-
Notifications
You must be signed in to change notification settings - Fork 11
Setup
Paul Dilyard edited this page Mar 29, 2015
·
11 revisions
- Install Vagrant
- Install VirtualBox
- Clone this repository
cp config/config_example.js config/config.js- Open
config/config.jsand enter desired values vagrant upnpm run build
Simply run: npm test
This is an alias for: vagrant ssh -c 'cd /vagrant && mocha'
To actually start/restart the dev server, just run npm start.
This is an alias for: vagrant ssh -c 'cd /vagrant && pm2 startOrRestart processes.json'
We're running Ubuntu 14.04LTS in production. The provision.sh script should install and setup everything you need to run the app, as long as you put the repository in /var/www/kenthackenough.
- Clone this repository
cp config/config_example.js config/config.js- Open
config/config.jsand enter desired values npm installnpm rebuild./provision.sh