So this tutorial is to remove the "Manage" banner as it is not part of the PrestaShop and not nice for public view to see it.
Step 1:
Log into the Google Cloud and look for Deployment Manager - if you don't see it anywhere just type in the search box like so and click on it.
Step 2:
Click on the SSH and Open in a browser window - The SSH Linux command prompt window will pop up and it takes few seconds for the command prompt to become active. Wait patiently until you see some of the command loaded with the Logo Bitnami
Step 3:
Once the command prompt loaded and become active you are ready to type a new command into and do the following: This will remove all the "Manage" banner from the back office (admin page), main PrestaShop and also the mobile template.
sudo /opt/bitnami/apps/prestashop/bnconfig --disable_banner 1
Once the banner has been removed you need to restart the Apache Server then use the following command to restart the server
sudo /opt/bitnami/ctlscript.sh restart apache
Once restart you can exit the SSH Linux command prompt by clicking "x" on the browser or type "exit" and press enter. You are done
No comments:
Post a Comment