Installation
Run the following shell commands as root via SSH:
# wget -O gaw-3.0.tar “http://store.gk-root.com/dl.php?type=d&id=113”
# tar -xf gaw-3.0.tar
# cd gaw-3.0
# sh gaw-installer.sh -install
# cd ..
# rm -Rfv gaw-3.0/ gaw-3.0.tar
Go to WHM >> Main >> Plugins >> Google Apps Wizard and click Update Now.
Wait for your costumer feedbacks… 😉
Upgrade
This update is for version 2.0+ and also 2.5+ by the steps:
# wget -O gaw-3.0.tar “http://store.gk-root.com/dl.php?type=d&id=113”
# tar -xf gaw-3.0.tar
# cd gaw-3.0
# sh gaw-installer.sh -update
# cd ..
# rm -Rfv gaw-3.0/ gaw-3.0.tar
Templates support
The Google Apps Wizard plugin support third party cPanel templates.
All you need to do is to copy the default template to your third party template folder.
Template path:Â /usr/local/cpanel/base/frontend/x3/gaw
Example command:Â # cp -r /usr/local/cpanel/base/frontend/x3/gaw /usr/local/cpanel/base/frontend/{Your custom template folder name}/
Multi languages support
The language files folder is located at:Â /usr/local/cpanel/base/3rdparty/GoogleAppsWizard/lang/
The en.php is the default fallback language file so do not delete it!
To create new language files you must use an existing cPanel prefix.
You can see your available languages by navigating to: Main >> Locales >> View Available Locales.
Uninstall
# wget -O gaw-3.0.tar “http://store.gk-root.com/dl.php?type=d&id=113”
# tar -xf gaw-3.0.tar
# cd gaw-3.0
# sh gaw-installer.sh -uninstall
# cd ..
# rm -Rfv gaw-3.0/ gaw-3.0.tar