LoginSignup
0
0

More than 3 years have passed since last update.

【個人的メモ】AWS関連でよく使うコマンドまとめ

Posted at

強制的にgitで上書きしたいとき

$ git fetch origin master
$ git reset --hard origin/master

インスタンスの再起動したら・・・

MySQLの再起動

[username|app_name]$ sudo service mysqld start

Nginxの起動

[username|app_name]$ sudo service nginx start

Unicornの起動

[username|root]$ unicorn_rails -c /var/www/rails/app_name/config/unicorn.conf.rb -D -E production
0
0
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
0
0