-
-
Notifications
You must be signed in to change notification settings - Fork 18
Setting up Pepyatka
epicmonkey edited this page May 27, 2015
·
12 revisions
- Install redis
- Install graphicsmagick (ensure jpeg and png flags are set)
- Install nvm
- Install nodejs
- Install graphicsmagick library
- Make sure to update secret token:
./config/environments/development.js
- Install dependencies:
npm install
- Check there are no broken tests:
npm test
- Run server:
node ./index.js
For the production environment you could use ansible project to automate deployment.