How to manage services with Bitnami apps on Google Cloud (Debian)
May 18th, 2017
Run the follow commands in your SSH terminal to manage your services in a Bitnami/Google Cloud (Debian) environment:
Start
sudo /opt/bitnami/ctlscript.sh start apache
Stop
sudo /opt/bitnami/ctlscript.sh stop apache
Restart
sudo /opt/bitnami/ctlscript.sh restart apache
Article written by