Skip to content

Commit

Permalink
Minor formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
balajis committed Aug 9, 2013
1 parent 12aaf19 commit 4662919
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions setup-ssjs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ npm install

echo -e "\n\nNOW ENTER YOUR HEROKU PASSWORD"
# Set up heroku.
# - https://devcenter.heroku.com/articles/config-vars#setting-up-config-vars-for-a-deployed-application
# - https://devcenter.heroku.com/articles/heroku-postgresql#provisioning-the-add-on
# - devcenter.heroku.com/articles/config-vars
# - devcenter.heroku.com/articles/heroku-postgresql
heroku login
heroku create
ssh-keygen -t rsa
Expand All @@ -16,10 +16,9 @@ heroku plugins:install git://github.com/ddollar/heroku-config.git

# Set up heroku configuration variables
# https://devcenter.heroku.com/articles/config-vars
# IMPORTANT:
# - Edit .env to include your own COINBASE_API_KEY and HEROKU_POSTGRES_URL.
# - Modify the .env.dummy file, and DO NOT check .env into the git repository.
# - See .env.dummy for details.
# - Edit .env to include your own COINBASE_API_KEY and HEROKU_POSTGRES_URL.
# - Modify the .env.dummy file, and DO NOT check .env into the git repository.
# - See .env.dummy for details.
cp .env.dummy .env

# For local: setup postgres (one-time) and then run the local server
Expand Down

0 comments on commit 4662919

Please sign in to comment.