Replies: 2 comments 7 replies
-
There's an You can create a file-based database (SQLite) to let OC save the required information, then you can start building your static website. In this case many of the OC feature will be useless but it should work |
Beta Was this translation helpful? Give feedback.
-
Using orchard core cms, ootb Tenant can be initialized using setup / auto setup feature - this requires username and password as this will setup admin user that required by admin module you can create your own setup module that would setup tenant without users/admin module |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to create a new tenant to host a static website (Html, CSS & JS files only).
I don't need admin user and database. However, when creating a new tenant (either from UI or from code) I couldn't find anyway to skip the providing database and admin username/password step.
Is there anyway to create a new tenant without having to provide admin username/password and database?
Beta Was this translation helpful? Give feedback.
All reactions