By default, every new user in Domino is the owner of a quick-start project.
When the user signs up, Domino creates this project. It has useful example files that show how to take advantage of Domino features, plus a detailed README
.
You can replace the default quick-start with customized projects.
First, create the projects that you want all new users to own a copy of upon signup. These projects must have names, descriptions, and READMEs that make it clear what’s in the project. Any user can own these projects, however, they must be Private.
Record the username and project name paths for these projects. For example:
admin-user/getting-started-project
admin-user/sample-app-project
Domino reproduces the name of the project for new users. If you set the preceding example projects as default projects, all new users will own copies at:
new-username/getting-started-project
new-username/sample-app-project
After your projects are ready for use by new users, set the following central configuration option.
Namespace: common
Key: com.cerebro.domino.frontend.overrideDefaultProject
Value: string of comma separated project paths
For the examples shown previously, the value of this setting would be:
admin-user/getting-started-project, admin-user/sample-app-project
