Bitnami App on Google Cloud (Debian) Enable PHP Short Tags  

Where do you start in the case that you have uploaded a custom theme to a Bitnami application (hosted on Google Cloud) and you have a fatal error that you cannot identify? The error logs might be a good idea however these reveal nothing. The only clue is a completely blank/white page. Does your theme use php short tags?  <? instead […]

How to manage services with Bitnami apps on Google Cloud (Debian)  

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

Set Bitnami App Domain  

The below snippet will allow you to set the URL for your Bitnami application. Using your SSH terminal, change the domain on the end of the snippet to what you require. sudo /opt/bitnami/apps/wordpress/bnconfig –machine_hostname my-shop.com

Remove Bitnami Banner  

Easily remove the Bitnami banner by executing the following code in your SSH terminal. sudo /opt/bitnami/apps/wordpress/bnconfig –disable_banner 1