ruby on railsをLinuxにインストールする。

ruby on rails

以下を追加

修正した。.bash_profileを反映

ruby-buildをインストール。
これにより、”rbenv install”が使えるようになる。

Herokuのセットアップ

$ wget -qO- https://toolbelt.heroku.com/install.sh | sh
$ echo ‘PATH=”/usr/local/heroku/bin:$PATH”‘ >> ~/.bash_profile
$ source ~/.bash_profile

/

タイトルとURLをコピーしました