eliperelman / heroku-grafana

Run Grafana on Heroku
Other
37 stars 43 forks source link

Add automatic configuration script #1

Closed adamlwgriffiths closed 8 years ago

adamlwgriffiths commented 8 years ago

This script takes a single argument (the Heroku app name) and goes through the steps outlined in the README automatically.

  1. Automatically creates heroku app if not already created.
  2. Sets the buildpack if not set.
  3. Adds the postgres hobby-dev addon, if not added.
  4. Converts the DATABASE_URL format to Grafana readible variables.
  5. Creates a session db.
  6. Configures the session db.
  7. Sets up the admin user.
  8. Sets up the secret key.

The script does not clone or push code.

adamlwgriffiths commented 8 years ago

Closing due to #2 PR pulling from specific branch