Skip to content

Instantly share code, notes, and snippets.

@hirolog
Created March 4, 2015 15:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hirolog/704fa489fab2892a1ead to your computer and use it in GitHub Desktop.
Save hirolog/704fa489fab2892a1ead to your computer and use it in GitHub Desktop.
MacOS XでVagrantにCentOS入れ、Railsアプリ制作、Heroku公開 vol.07 ref: http://qiita.com/hirolog/items/eefda94756f547ea08f2
vagrant up
vagrant ssh
sudo wget -qO- https://toolbelt.heroku.com/install.sh | sh
This script requires superuser access to install software.
You will be prompted for your password by sudo.
Add the Heroku CLI to your PATH using:
$ echo 'PATH="/usr/local/heroku/bin:$PATH"' >> ~/.profile
echo 'PATH="/usr/local/heroku/bin:$PATH"' >> ~/.zshrc
source ~/.zshrc
heroku version
heroku-toolbelt/3.28.2 (x86_64-linux) ruby/2.1.5
You have no installed plugins.
heroku login
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment