Skip to content

Instantly share code, notes, and snippets.

@jaredly
Created October 16, 2013 05:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaredly/7003071 to your computer and use it in GitHub Desktop.
Save jaredly/7003071 to your computer and use it in GitHub Desktop.
Strider quickstart

Grab the repo

git clone https://github.com/Strider-CD/strider.git && cd strider
git checkout --track origin/1_4_refactor
npm install
make serve

Done!

Some environment variables for quick configuration (listed w/ defaults):

GITHUB_API_ENDPOINT='https://api.github.com'
DB_URI='mongodb://localhost/strider-foss'
GITHUB_APP_ID="an app id that expects you to be on localhost"
GITHUB_SECRET="the secret"
SERVER_NAME="http://localhost:3000"
PORT=3000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment