【EC2】起動コマンド(簡易メモ)
停止
kill $(cat tmp/pids/puma.pid)
起動
rails s -e production
migrete
bundle exec rails db:migrate RAILS_ENV=production
css
bundle exec rails assets:precompile RAILS_ENV=production
gemを入れる時
bundle install --path vendor/bundle --without test development
この記事が気に入ったらサポートをしてみませんか?