-
Notifications
You must be signed in to change notification settings - Fork 2
Getting Started
Julien Negrotto edited this page Sep 16, 2017
·
4 revisions
Prerequisites:
Open this link in a new tab.
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.
- Install the Heroku CLI.
- Log into your Heroku account using the CLI:
heroku login - Clone the PhaxMachine repository:
git clone https://github.com/phaxio/phax_machine.git && cd phax_machine - 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) - Push the code to Heroku:
git push heroku master
