Deploy

Deploying to Heroku using the Heroku Button

You can deploy your own version of Skyflow in seconds using the Heroku button below:

Deploy

Please note your heroku application name, it will be referred to as your-app-name in the additional steps below :

  1. Install the heroku toolbelt from https://toolbelt.heroku.com/

  2. Download install.sql from https://raw.githubusercontent.com/Sylpheo/skyflow.io/master/db/install.sql and provision the database :

    heroku login
    heroku pg:psql -a your-app-name < install.sql

Deploying to Heroku using the Command Line

You can also deploy Skyflow to Heroku using the command line:

  1. Clone the repository

    git clone https://github.com/sylpheo/skyflow.io
  2. Create a Heroku application

    cd skyflow.io/
    heroku create --buildpack https://github.com/heroku/heroku-buildpack-multi

    Please note your heroku application name, it will be referred to as your-app-name in the instructions below.

  3. Install the Postgres plugin

    heroku addons:create -a your-app-name heroku-postgresql:hobby-dev
  4. Provision the Postgres database

    heroku pg:psql -a your-app-name < install.sql
  5. Deploy to Heroku

    git push heroku master

Run

  • Open the application in a browser

    heroku open -a your-app-name

    or go to https://your-app-name.herokuapp.com/ where your-app-name is your heroku application name.

  • Login using the default skyflow admin user

    username: skyflow
    password: skyflow