四步开始使用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 @ 2013-01-11 10:27  Jake Lin  阅读(652)  评论(0编辑  收藏  举报