现在的位置: 首页 > 综合 > 正文

四步开始使用Heroku

2011年09月11日 ⁄ 综合 ⁄ 共 390字 ⁄ 字号 评论关闭

这篇文章讲述很清楚

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来完成的。

抱歉!评论已关闭.