From gaw.gk-root.com
Overview
This tool was developed for web hosting companies, webmasters and website developers that have to setup domains with Google Apps in the everyday work. The purpose of Google Apps Wizard cPanel plugin is to facilitate the steps needed to work with Google Apps services. The cPanel end user doesn’t need to have any prior knowledge of DNS records management while working with this tool.
System Requirements
* cPanel/WHM server
* Security Tokens = on “WHM >> Main >> Server Configuration >> Tweak Settings >> Security”
Installation
Run the following shell commands as root via SSH:
# wget -O gaw-3.0.tar http://gaw.gk-root.com/downloads/download.php
# 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.
Upgrade
This update is for version 2.0+ and also 2.5+ by the steps:
# wget -O gaw-3.0.tar http://gaw.gk-root.com/downloads/download.php
# 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 supports 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/username
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 in WHM to:
Main >> Locales >> View Available Locales.
Uninstall
# wget -O gaw-3.0.tar http://gaw.gk-root.com/downloads/download.php
# 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
From gaw.gk-root.com