将SAP UI5应用部署在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 maximum 5 application ). After registration, create a new application:

将SAP UI5应用部署在Heroku云平台里

And click button “Connect to Github”,

将SAP UI5应用部署在Heroku云平台里

Click button “Authorize Heroku”:

将SAP UI5应用部署在Heroku云平台里

Then specify the very Github repository belonging to your github account – this repository will be bound to your Heroku application:

将SAP UI5应用部署在Heroku云平台里

Enable Automatic Deploys so that every time you push your local commit to Github, the change will also be deployed to Heroku automatically.

将SAP UI5应用部署在Heroku云平台里

Click button “Deploy Branch” to deploy the master branch to the Heroku application:

将SAP UI5应用部署在Heroku云平台里

You can view your application log from this menu:

将SAP UI5应用部署在Heroku云平台里

You can access my sample UI5 application hosted in Heroku via url:https://jerrylist.herokuapp.com/ui5/

将SAP UI5应用部署在Heroku云平台里

要获取更多Jerry的原创文章,请关注公众号"汪子熙":
将SAP UI5应用部署在Heroku云平台里

上一篇:在Windows电脑上调试安装在iOS设备上的SAP UI5应用


下一篇:Cloud for Customer的前端UI5是如何启动的