how to stop the discourse and then run?
After 1 hour
ssh root@server
cd /var/discourse
./launcher stop app
Will stop your Discourse.
「いいね!」 6
Thank you
and how to start?
ssh root@server
cd /var/discourse
./launcher start app
Will start your Discourse.
「いいね!」 9