Friday, August 21, 2015

How to remove bitnami info banner from Open Cart bottom right page

After installing Open Cart apps on the Google Cloud server you will notice there is Bitnami banner at the bottom right corner that leads to the info page. And of course anybody would want to remove it as the banner does not serve any greater purpose to the e-commerce open cart site. So this is how to remove it



1. Login to Bitnami account = https://google.bitnami.com
2. Go to Account>>Cloud Credential and unlock the vault where the SSH keys and API info are stored




3. Click on the Virtual Machine and access it



4. In the virtual machine info click "LAUNCH SSH CONSOLE"



5. In the SSH Console type the following command

sudo /opt/bitnami/apps/opencart/bnconfig --disable_banner 1

and once done restart the apache server

sudo /opt/bitnami/ctlscript.sh restart apache





The Bitnami banner should be removed after that.

No comments:

Post a Comment