LoginSignup
17
12

More than 5 years have passed since last update.

AWS elastic beanstalk で rails c

Posted at

ローカルで以下のコマンドでサーバに入る

eb ssh

サーバで以下のコマンドでrails c

sudo su - root
cd /var/app/current/
bundle exec rails c production
17
12
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
17
12