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