zl程序教程

您现在的位置是:首页 >  其它

当前栏目

Heroku Toolbet install

install
2023-09-14 09:03:11 时间

Created by Wang, Jerry, last modified on Mar 14, 2016

Previously timeout error # Deploy guide ## Created by Wang, Jerry, last modified on Mar 08, 2016

Install the Heroku Toolbelt

Download and install the Heroku Toolbelt or learn more about the Heroku Command Line Interface.
If you haven’t already, log in to your Heroku account and follow the prompts to create a new SSH public key.
$ heroku login

Create a new Git repository

Initialize a git repository in a new or existing directory
$ cd my-project/
$ git init
$ heroku git:remote -a gentle-mountain-23073

Deploy your application

Commit your code to the repository and deploy it to Heroku using Git.
$ git add .
$ git commit -am “make it better”
$ git push heroku master

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