heroku安装(win7x64)

如果已经安装,就不需要再次安装。

安装之后测试是否安装成功

  • 安装Bundler (两条命令选其一即可)(有可能需要FQ)

    • 切换至jruby-getting-started目录

    • 使用heroku create命令

    • 使用git push heroku master命令

    • 输入heroku ps:scale web=1

    • 最后启动heroku open

打开浏览器:

 

 

参考链接:

https://devcenter.heroku.com/articles/getting-started-with-ruby#introduction

 

posted on 2015-10-24 15:53  jec  阅读(1177)  评论(1编辑  收藏  举报

导航