Skip to content

Instantly share code, notes, and snippets.

@zilveer
Forked from jhURJQVxkx/file0.txt
Created August 27, 2017 13:51
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 zilveer/2e7f79300f2b856bec983dff38666a65 to your computer and use it in GitHub Desktop.
Save zilveer/2e7f79300f2b856bec983dff38666a65 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