2013/04/25

FulcrumをHerokuへ設置

 $ git clone git://github.com/malclocke/fulcrum.git
 $ cd fulcrum
 $ bundle install --without development test
 ~
 Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed.
 $ heroku login
 Enter your Heroku credentials.
 Email: <-- メールアドレスを入力
 Password (typing will be hidden): <-- パスワードを入力
 Authentication successful.
 $ heroku create アプリケーション名
  !    Name is already taken
 $ vi config/initializers/gramil.rb <-- Gmailを使う設定を実施
 $ git init
 $ git add .
 $ git commit -m 'initial'
 $ git push heroku master
 $ heroku rake db:setup
 $ heroku open

0 件のコメント:

コメントを投稿