Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 432 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 432 Bytes

ht-java-tomcat

Sample project that use tomcat(webapp-runner) for Heroku training

How to deploy

Step1

Clone app from Github

$ git clone [email protected]:flect/ht-java-tomcat.git
$ cd ht-java-tomcat/

Step2

Create Heroku application

$ heroku create

Step3

Deploy application

$ git push heroku master

Step 4

Visit application

$ heroku open