Production on Heroku

Installing and updating Botmetrics on Heroku

Deploying Botmetrics to Heroku

You can deploy Botmetrics to your Heroku account with one click.

Deploy

Updating your Heroku installation

  1. Clone the repo to your local computer.
  2. Setup a Heroku git remote for your local instance heroku git:remote -a <your-app-name>
  3. For the first time, you will need to run git push -f heroku master
  4. For subsequent updates, run git pull --rebase origin master && git push heroku master
  5. Run heroku run rake db:migrate for database migrations that need to
    happen.