Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Ghost のインストールで、誤ってコンソールを使用して「index.js を完全に停止」しました。現在、サイトはオフラインです。これを修正するにはどうすればよいですか?
Ghost ヘルプ サポートから:
foreverGhost のインストール ディレクトリ タイプから使用して Ghost を起動するには NODE_ENV=production forever start index.js
forever
NODE_ENV=production forever start index.js
http://support.ghost.org/deploying-ghost/