zoukankan      html  css  js  c++  java
  • 将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:

    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.com/ui5/

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

  • 相关阅读:
    leetcode 92. 反转链表 II
    leetcode记录1 快速排序
    Jmeter入门总结
    Jmeter 元件作用域、集合点、检查点
    Jmeter 实例
    badboy脚本开发
    Jmeter 常用功能介绍
    简单的自创线程池
    多线程
    IO多路复用
  • 原文地址:https://www.cnblogs.com/sap-jerry/p/13586327.html
Copyright © 2011-2022 走看看