四步开始使用Heroku

这篇文章讲述很清楚

https://devcenter.heroku.com/articles/quickstart

 

只需要四步:

1.注册Sign up for a Heroku account。

2.下载安装Heroku Toolbelt,其包含了git客户端(如果是windows的话,其他版本不清楚,例如Mac本身就有git了)。

3.登录

$ heroku login
Enter your Heroku credentials.
Email: adam@example.com
Password: 
Could not find an existing public key.
Would you like to generate one? [Yn] 
Generating new SSH public key.
Uploading ssh public key /Users/adam/.ssh/id_rsa.pub4.

4.部署程序

这是通过git来完成的。

posted @   Jake Lin  阅读(668)  评论(0)    收藏  举报
努力加载评论中...
点击右上角即可分享
微信分享提示