Cordova Slackin

http://slack.cordova.io

Deploy

Install

  1. Install Heroku Toolkit
  2. $ npm install

Deploy to Heroku

# Run and test the server locally (you will need to use the proper ENV variables - see Heroku)
$ foreman start

# Add Heroku remote repository
$ git remote add heroku-slack git@heroku.com:slack-cordova-io.git

# Heroku must deploy to master branch
$ git push heroku-slack slack-cordova-io:master

Heroku Details

To become a collaborator to the Heroku project:

Where are the environment variables?

  • The account token and other environment variables are stored in Heroku
  • Log into Heroku to reveal the environment variables