LoginSignup
1
2

More than 5 years have passed since last update.

Heroku覚え書き

Last updated at Posted at 2018-09-09

Heroku CLIの導入

https://devcenter.heroku.com/articles/heroku-cli
or
brew install heroku/brew/heroku

Toolbelt(CLI)のインストール

heroku CLI install

ログイン

heoku login

Postgres

psqlの導入(pg:psqlの実行に必要)

brew install postgresql

Heroku pg:psql -a アプリ名

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2