-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add OrchardCore CMS sample #77
base: main
Are you sure you want to change the base?
Conversation
…o OC yet and everything is working)
I think it would have more value to register Redis, a database (postgres?) and optionally another one with cloud services (azure storage, ai search) that Orchard supports to show how Aspire helps provisioning all these automatically. Starting two unrelated apps (one being a sample mvc project) doesn't add much value of the combination of OC and Aspire. It's nice to see that it's already working seamlessly. |
@sebastienros adding |
I know, I hinted about two projects, in case someone would still want to try it by providing custom keys, or try the deployment.
Ideally the connection string that the host generates would be used in the OC app automatically. |
# Conflicts: # .gitignore # Directory.Packages.props
When this Aspire sample run, you'll have access to OrchardCore CMS app in addition to an OrchardCore MVC app.