Coding puzzles for public enjoyment
- Vagrant 1.2+
- Run ./dev-server
- When finished hit
ctrl-c
twice - Run
vagrant destroy
to clean up the VM
- Node 0.8+
- Mongodb
- Foreman (GitHub, Heroku Toolbelt)
- Install requirements with
npm install
- Startup mongodb with
mongod --config mongod.conf
- Specify necessary environment variables
- Startup app with
foreman start -f DevProcfile
NODE_ENV | development or production | The environment that you're running in |
HOST_PORT | url | The URL that the application is running on (for email links) |
HASH_SECRET | some string | Salt used for session tokens and user ids |