This README would normally document whatever steps are necessary to get the application up and running.
Things you may want to cover:
2.3.1
mongod and redis databases working away in background
Install mongo brew install mongo redis
make a data directory for mongo databases sudo mkdir -p /data/db
change directory ownership so that mongo can do its thing sudo chown -R $USERNAME /data/
run mongo mongod
run redis redis-server
to initialise the app run this in root dir of app
foreman start
Its a MONGODB so it creates things on the fly as needed, however configuration above must be complete
ensure phantomjs is installed, brew install phantomjs (or however you prefer)
make sure cucumber dependencies up to date
For running tests:
- PUSHER_APP_ID
- PUSHER_KEY
- PUSHER_SECRET
- PUSHER_CLUSTER
For development add:
- AWS_ACCESS_KEY
- AWS_BUCKET_NAME
- AWS_SECRET_ACCESS_KEY
In production add:
- REDIS_PROVIDER
- CSVLINT_SESSION_SECRET