Skip to content

Setting up FreeFeed Server

dsumin edited this page May 3, 2016 · 1 revision

Prerequisites

  • Install redis
  • Install graphicsmagick (ensure jpeg and png flags are set)
  • Install nvm
  • Install nodejs

Configuration

  • 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

Production

For the production environment you could use ansible project to automate deployment.

Clone this wiki locally