Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 799 Bytes

reboot.md

File metadata and controls

44 lines (29 loc) · 799 Bytes

サーバの再起動

次のケースでは、サーバの再起動を推奨します。

  • サイトの応答が遅い
  • サイトが開けず502 Bad Gatewayと表示される

以下の手順でサーバを再起動し、サイトを動かしてください。

  1. サーバに接続する

    //【部外秘】[1]を参照
  2. サーバを再起動する

    sudo reboot
  3. 接続が切れるのでもう一度サーバに接続

    //【部外秘】[1]を参照
  4. カレントディレクトリを変更

    cd /home/.../ctrl_public_webpage
  5. データベースを起動

    service mysqld start
  6. サイトを動かす

    sudo forever start server/index.js