Install Sails
$ sudo npm -g install sails
Install PostgreSQL
- Mac: Here is a guide using homebrew. This is preferred because it does all of the role setup for you.
$ npm install
$ bower install
$ createdb end-point
In /api/controllers/RedoxController.js
specify your source and/or destination values within the "TODO" section. Alternatively you can set the following environment variables for your node app:
VERIFICATION_TOKEN
REDOX_API_KEY
REDOX_API_SECRET
$ sails lift