Step by step to host your UI5 application in Heroku: If you already have a running UI5 application and uploaded it to your Github repository, it will be very easy to host that application in Heroku with only a few steps.
First you should have registered an account in Heroku.com( a free user can create at maxium 5 application ). After registration, create a new application:
Clipboard1 4 6890894
And click button “Connect to Github”,
Click button “Authorize Heroku”:
Clipboard3 3 2010170
Then specify the very Github repository belonging to your github account – this repository will be bound to your Heroku application:
Enable Automatic Deploys so that every time you push your local commit to Github, the change will also be deployed to Heroku automatically.
Clipboard5 2 1844867
Click button “Deploy Branch” to deploy the master branch to the Heroku application:
You can view your application log from this menu:
Clipboard2 5 6880710
You can access my sample UI5 application hosted in Heroku via url: https://jerrylist.herokuapp.com/ui5/
Step by step to host your UI5 application in Heroku
And my Github repository which is connected to this Heroku application: https://github.com/i042416/jerrylist