Create a project
Fork the latest version of .
Select the proper customer URL (have it created if it doesn’t exist).
Clone the repository to your local file system.
Finally, run npm install to pull all required dependencies.
Copy and paste the follwing code:
Clone plugins
If the project needs plugins (e.g. image capture, gamification, analytics…), clone them as subtrees.
Please note the folder name under webapp/extensions/XXXX must be aligned with the plugin. Check the README.md of the plugin.
Copy and paste:
git subtree add --prefix=webapp/extensions/images … master
Adjust build configuration
Copy
deploy/deploy.conf.tmpl
to deploy/deploy.conf
and adjust the plugin and deploy sections as required.