Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 829 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 829 Bytes

Redox Sample Application

Getting Started

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.

Install Dependencies

$ npm install
$ bower install

Setup a local database

$ createdb end-point

Complete organization specific setup

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

Run Locally

$ sails lift