Smart Tour Guide

Smart Tour

Install the Heroku CLI

Download and install the Heroku CLI.

If you haven’t already, log in to your Heroku account and follow the prompts to create a new SSH public key.

$ heroku login

Clone the repository

Use Git to clone smart-tour’s source code to your local machine.

$ heroku git:clone -a smart-tour
$ cd smart-tour

Deploy your changes

Make some changes to the code you just cloned and deploy them to Heroku using Git.

$ git add .
$ git commit -am "make it better"
$ git push heroku master

Test

hint/1234





© 2017. by yeopoong.github.io

Powered by yeopoong