码迷,mamicode.com
首页 > 系统相关 > 详细

Ubuntu Install Heroku(Week I)

时间:2015-10-09 01:56:54      阅读:316      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!