S 5e4401abd24a1ec9acd4159946f33876 heroku

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

Heroku | Cloud Application Platform

DNS

Express - herokuにルートドメインを無料で設定する - Qiita

ローカルの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」

    S 5e4401abd24a1ec9acd4159946f33876

    関西大学総合情報学部2007年卒。 卒業後「非同期」「主観事典」をテーマにした会社設立。パンデイロやvimなどの打楽器が好き。 Backbone.js 千利休 木村蒹葭堂

    (9773words)

    最新

      最新エントリ

        関連ツイート