Skip to content

Getting Started

Julien Negrotto edited this page Sep 16, 2017 · 4 revisions

Prerequisites:

  1. Create a Heroku Account

Deploying to Heroku

The Easy Way

Open this link in a new tab.

Deploy

Fill in the App Name field with a name of your choosing. This will be the app's subdomain on Heroku, e.g. APP-NAME.herokuapp.com. We'll cover setting up a custom domain later. Keep this tab open, and skip to the next section.

Manually

  1. Install the Heroku CLI.
  2. Log into your Heroku account using the CLI: heroku login
  3. Clone the PhaxMachine repository: git clone https://github.com/phaxio/phax_machine.git && cd phax_machine
  4. Create the app on Heroku: heroku apps:create APP-NAME (See the last paragraph under "The Easy Way" if unclear about what APP-NAME is)
  5. Push the code to Heroku: git push heroku master

Clone this wiki locally