heroku

1pt

Rubyのまつもとさんがジョインしたサーバホスティング。

DNS

ローカルのgitレポジトリを既存Herokuプロジェクトに紐付け

heroku git:remote --app アプリ名

ブランチを指定してデプロイ

$ git push heroku branchname:master

Webサーバ構築

heroku ps:scale web=1

psql

$ heroku pg:psql

mysql

$ heroku addons:create cleardb:ignite
$ heroku config | grep CLEARDB_DATABASE_URL

$ heroku config:set DATABASE_URL='mysql://adffdadf2341:adf4234@us-cdbr-east.cleardb.com/heroku_db?reconnect=true'

ではなく

$ heroku config:set DATABASE_URL='mysql2://adffdadf2341:adf4234@us-cdbr-east.cleardb.com/heroku_db?reconnect=true'


https://devcenter.heroku.com/articles/cleardb

環境変数追加

$ heroku config:add PASSWORD="hogehoge"

You must use Bundler 2 or greater with this lockfile.

heroku buildpacks:set https://github.com/bundler/heroku-buildpack-bundler2

「heroku」について友人に書いてもらう。

あなたにとって「heroku」とは?

ログインするとワンクリックでキーワードを投稿できます

ログインする 新規登録する

お気に入りの説明

1 pt
おくばせながら、このサービスに気がつく。 昔は、Web ブラウザ 上でウェブアプリの開発できるとか言うサービスじゃなかったっけ? つかってみよう。 Heroku Ruby版PaaSの"Heroku"で無料...
もっと読む

他の人の「heroku」を見る