Skip to content

knowledgetranslation/consentforms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Consent Forms

Installing locally

  1. Download the repo
  2. cd into the repo
  3. npm install
  4. cd into the build folder
  5. 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.

Setting up an initial account

  1. run node . debug
  2. Access http://localhost:1234/register
  3. Setup an account
  4. Add ensureLoggedIn back to the routes.

Deploying to production

  1. cd into the repo
  2. Duplicate config.json.template to config.json
  3. Update the appropriate values in config.json
  4. gulp
  • This gulp default task includes restarting pm2 on the production server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors