关于sap:将SAP-UI5应用部署在Heroku云平台里

4次阅读

共计 785 个字符,预计需要花费 2 分钟才能阅读完成。

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:

And click button“Connect to Github”,

Click button“Authorize Heroku”:

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.

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

You can view your application log from this menu:

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

要获取更多 Jerry 的原创文章,请关注公众号 ” 汪子熙 ”:

正文完
 0