Google Apps Wizard cPanel Plugin

DRE

Well-known member
The Google apps cPanel plugin simplify the process of configuring domain to work with Google apps services. With this app you don't need prior knowledge of DNS records management. Instead of having to manually define MX and CNAME records by the user, it just takes two clicks from the cPanel user account interface to set up everything. This will help when dealing with spam filters.

Click 1: Choosing the domain to configure/unconfigure
Click 2: Choosing additional Google apps services to be configured (docs,site,etc...)

http://www.gk-root.com/google-apps-wizard-cpanel-plugin/
http://applications.cpanel.net/google-apps-wizard-cpanel-plugin/
https://code.google.com/p/google-apps-wizard-cpanel-plugin/
http://forums.cpanel.net/f43/automa...in-google-apps-free-cpanel-plugin-240401.html
google-apps-wizard-on-bluehost-cpanel.png



How do you install this without having to do so in terminal/putty? They have instructions on their site, also seen instructions here as well. Can this be installed through the WHM panel?
 
No it can not.

As far as I can see this is the only way.
Code:
# wget http://google-apps-wizard-cpanel-plugin.googlecode.com/files/gaw-2.0.tar
# tar -xf gaw-2.0.tar
# cd gaw-2.0
# ./gawinstall.sh
# cd ..
# rm -Rfv gaw-2.0/ gaw-2.0.tar

It is pretty simple and straight forward if you have shell access, if you don't have the access I would assume that at this point you can't install it unless your server admin does it for you.
 
No. I paid @MattW to harden my server. So I'm assuming whatever he did is the reason I can't login like that anymore.
 
No. I paid @MattW to harden my server. So I'm assuming whatever he did is the reason I can't login like that anymore.

Oh ok, that case you need to login with the username 1st. then su and enter your root password at the password pompt, that will then put you into root
 
I'm on a Mac, I use Terminal. So when I say google, I really do be googling cause I'm a noob to terminal.
 
In OS X terminal you do ssh -l root -p ip-address:port or something close to that, been a while since I used OS X
 
I ran this command:
Code:
./gawinstall.sh
and got this error:
Code:
me@mysite.com [~/gaw-2.0]# ./gawinstall.sh

############################################################
#                   Installing Files                       #
############################################################

ERROR: Copy the GoogleAppsWizard folder is not completed Installation Failed
Now I'm stuck at this point
Code:
me@mysite.com [~/gaw-2.0]#
 
I ran this command:
Code:
./gawinstall.sh
and got this error:
Code:
me@mysite.com [~/gaw-2.0]# ./gawinstall.sh

############################################################
#                   Installing Files                       #
############################################################

ERROR: Copy the GoogleAppsWizard folder is not completed Installation Failed
Now I'm stuck at this point
Code:
me@mysite.com [~/gaw-2.0]#
you logged in as root?
 
K now we're talking.

Code:
############################################################
#                   Installing Files                       #
############################################################

20% COMPLETE
40% COMPLETE
60% COMPLETE
80% COMPLETE
100% COMPLETE

############################################################
#              Installing Files Complete                   #
############################################################


############################################################
#                 Installing Theme Files                   #
############################################################

Installed support for x3 theme...
Installed support for x3mail theme...

############################################################
#              Installing Theme Files Completed            #
############################################################


############################################################
#              Updating cPanel User Interface              #
#                      Please Wait...                      #
############################################################


##########################################################
################ Installation complete ###################
##########################################################

cPanel users will now have access to Google Apps Wizard from
the 'Mail' icon  group in cPanel. You can use the feature
lists in WebHost Manager to see what domains are defined
to work with Google Apps mail servers.

Updating it now in WHM.
 
Top Bottom