- Download the repo
- cd into the repo
- npm install
- cd into the build folder
- npm install && bower install
Note: You'll need a running instance of mongo running on your local server and you'll need to add an account to the system.
- run node . debug
- Access http://localhost:1234/register
- Setup an account
- Add ensureLoggedIn back to the routes.
- cd into the repo
- Duplicate config.json.template to config.json
- Update the appropriate values in config.json
- gulp
- This gulp default task includes restarting pm2 on the production server