May 25th, 2017
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 […]
Article written by
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
May 11th, 2017
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
Article written by
May 4th, 2017
Easily remove the Bitnami banner by executing the following code in your SSH terminal. sudo /opt/bitnami/apps/wordpress/bnconfig –disable_banner 1
Article written by