google cloud Archives - Digital Mosaic http://34.105.247.35/tag/google-cloud/ Award Winning Digital Design Agency Thu, 04 May 2017 10:53:30 +0000 en-GB hourly 1 Bitnami App on Google Cloud (Debian) Enable PHP Short Tags https://www.digital-mosaic.co.uk/blog/development-blog/bitnami-app-on-google-cloud-debian-enable-php-short-tags/ https://www.digital-mosaic.co.uk/blog/development-blog/bitnami-app-on-google-cloud-debian-enable-php-short-tags/#respond Thu, 25 May 2017 10:51:30 +0000 http://35.195.174.8/?p=4577 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 […]

The post Bitnami App on Google Cloud (Debian) Enable PHP Short Tags appeared first on Digital Mosaic.

]]>
https://www.digital-mosaic.co.uk/blog/development-blog/bitnami-app-on-google-cloud-debian-enable-php-short-tags/feed/ 0
How to manage services with Bitnami apps on Google Cloud (Debian) https://www.digital-mosaic.co.uk/blog/development-blog/how-to-manage-services-with-bitnami-apps-on-google-cloud-debian/ https://www.digital-mosaic.co.uk/blog/development-blog/how-to-manage-services-with-bitnami-apps-on-google-cloud-debian/#respond Thu, 18 May 2017 10:38:26 +0000 http://35.195.174.8/?p=4570 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

The post How to manage services with Bitnami apps on Google Cloud (Debian) appeared first on Digital Mosaic.

]]>
https://www.digital-mosaic.co.uk/blog/development-blog/how-to-manage-services-with-bitnami-apps-on-google-cloud-debian/feed/ 0
Set Bitnami App Domain https://www.digital-mosaic.co.uk/blog/development-blog/set-bitnami-app-domain/ https://www.digital-mosaic.co.uk/blog/development-blog/set-bitnami-app-domain/#respond Thu, 11 May 2017 10:34:11 +0000 http://35.195.174.8/?p=4567 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

The post Set Bitnami App Domain appeared first on Digital Mosaic.

]]>
https://www.digital-mosaic.co.uk/blog/development-blog/set-bitnami-app-domain/feed/ 0
Remove Bitnami Banner https://www.digital-mosaic.co.uk/blog/development-blog/remove-bitnami-banner/ https://www.digital-mosaic.co.uk/blog/development-blog/remove-bitnami-banner/#respond Thu, 04 May 2017 10:34:06 +0000 http://35.195.174.8/?p=4560 Easily remove the Bitnami banner by executing the following code in your SSH terminal. sudo /opt/bitnami/apps/wordpress/bnconfig --disable_banner 1

The post Remove Bitnami Banner appeared first on Digital Mosaic.

]]>
https://www.digital-mosaic.co.uk/blog/development-blog/remove-bitnami-banner/feed/ 0