Skip to content

Instantly share code, notes, and snippets.

@jhURJQVxkx
Created March 18, 2016 14:34
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jhURJQVxkx/316fdbad7d25f2730152 to your computer and use it in GitHub Desktop.
Save jhURJQVxkx/316fdbad7d25f2730152 to your computer and use it in GitHub Desktop.
CentOS7にheroku toolbeltをインストール ref: http://qiita.com/kaishero/items/777323c4ec8f9fd425f9
$ sudo wget -qO- https://toolbelt.heroku.com/install.sh | sh
$ echo 'PATH="/usr/local/heroku/bin:$PATH"' >> .bash_profile
$ source .bash_profile
$ heroku version
$ heroku login
Enter your Heroku credentials.
Email: メールアドレス
Password (typing will be hidden): パスワード
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment