heroku安装(win7x64)
- Jdk安装:官网地址
http://www.oracle.com/technetwork/java/javase/downloads/index-jsp-138363.html下载要安装的jdk版本。
安装之后测试是否安装成功
如果已经安装,就不需要再次安装。
- Jruby安装:官网地址http://jruby.org/
安装之后测试是否安装成功
- 安装Bundler (两条命令选其一即可)(有可能需要FQ)
- 注册heroku账号,注册地址为:https://signup.heroku.com/dc
- 安装HeroKu Toolbelt:官网地址https://toolbelt.heroku.com/
- 测试heroku
- 在cmd中输入:git clone https://github.com/heroku/jruby-getting-started.git
-
- 切换至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