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 Likes
Thank you
and how to start?
ssh root@server
cd /var/discourse
./launcher start app
Will start your Discourse.
9 Likes