首页 > 系统服务 > 详细

Ubuntu Install Heroku(Week I)

时间:2015-10-09 01:55:10      阅读:355      评论:0      收藏:0      [点我收藏+]

Advanced Software Engineering

The First Class

Part II

1 Sign up one Heroku account

2 Set up

    # Run this from your terminal:

    # Please ensure that you have Ruby installed.

    wget -O- https://toolbelt.heroku.com/install-ubuntu.sh | sh

3 Login

    heroku login

技术分享

4 Prepare the app

  git clone https://github.com/heroku/ruby-getting-started.git
  cd ruby-getting-started
5 Deploy the app
  heroku create
技术分享
  git push herouku master
技术分享
  heroku open
技术分享
技术分享

 

References:

[1]https://devcenter.heroku.com/articles/getting-started-with-ruby

[2]http://blog.csdn.net/berryreload/article/details/7180862

Ubuntu Install Heroku(Week I)

原文:http://www.cnblogs.com/moonseazj/p/4862779.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!