Skip to content

Instantly share code, notes, and snippets.

@tweakch
Last active February 12, 2020 15:29
Show Gist options
  • Save tweakch/bf24842462399cc9677a0cf62d959f48 to your computer and use it in GitHub Desktop.
Save tweakch/bf24842462399cc9677a0cf62d959f48 to your computer and use it in GitHub Desktop.
setup new orchard core application
# https://docs.orchardcore.net/en/dev/docs/getting-started/templates/
dotnet new -i OrchardCore.ProjectTemplates::1.0.0-rc1-*
dotnet new occms --logger nlog --orchard-version 1.0.0-rc1
dotnet restore
dotnet build
dotnet run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment