mozilla / fifiback

Archived
1 stars 2 forks source link

This repo has been archived.

Fifi Back End

Installation

Development

To run the server: node server.js.

When running on your local box, it will start up on port 5000, and connect to redis on default ports.

Copy local configuration file

cp local.json-dist local.json

Heroku deployment

  1. Set up for a nodejs heroku deployment:

https://devcenter.heroku.com/articles/nodejs

Then after it is created:

git push heroku master
  1. setup environment vars in local.json
  2. configure web sockets