Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
cpanel:install-fantastico [2010-04-02 19:24:55]
garrett.plasky
cpanel:install-fantastico [2011-06-30 23:06:48]
garrett.plasky Approved
Line 3: Line 3:
 To install Fantastico on your cPanel/WHM server, SSH to your server and enter following commands, one per line (you may also copy/paste): To install Fantastico on your cPanel/WHM server, SSH to your server and enter following commands, one per line (you may also copy/paste):
  
-<code console>cd /usr/local/cpanel/whostmgr/docroot/cgi +<sxh shell>cd /usr/local/cpanel/whostmgr/docroot/cgi 
-wget -N http://files.betaservant.com/files/free/fantastico_whm_admin.tgz +wget -N http://files.betaservant.com/files/free/fantastico_whm_admin.tgz 
-tar -xzpf fantastico_whm_admin.tgz +tar -xzpf fantastico_whm_admin.tgz 
-rm -rf fantastico_whm_admin.tgz</code>+rm -rf fantastico_whm_admin.tgz</sxh>
  
 Now go to WHM -> Add-Ons (Plugins on v11.x or higher) -> Fantastico De Luxe WHM Admin (scroll down the left menu). Follow the on screen instructions. If you get a Source Guardian error when you go to Fantastico for the first time, just run this command: Now go to WHM -> Add-Ons (Plugins on v11.x or higher) -> Fantastico De Luxe WHM Admin (scroll down the left menu). Follow the on screen instructions. If you get a Source Guardian error when you go to Fantastico for the first time, just run this command:
  
-<code console>chmod -R 0755 /usr/local/cpanel/3rdparty/etc/ixed </code>+<sxh shell>chmod -R 0755 /usr/local/cpanel/3rdparty/etc/ixed </sxh>
  
 After the installation is complete, click on "Settings" and go through the options. While some settings are not important, some other (marked below with an *) are essential for a proper functioning of Fantastico installations: After the installation is complete, click on "Settings" and go through the options. While some settings are not important, some other (marked below with an *) are essential for a proper functioning of Fantastico installations:
Line 30: Line 30:
 ==== Notes ==== ==== Notes ====
   * If your users don't see a Fantastico link in their cPanel: Go to WHM and edit the "default" Features List. Activate Fantastico.   * If your users don't see a Fantastico link in their cPanel: Go to WHM and edit the "default" Features List. Activate Fantastico.
-  * Centos 5.x (as well as some newer versions of Fedora Core) come with a wget version that is not compatible with Fantastico. Here are the steps that you need to take to remove buggy version of wget and install a working one:\\ <code console>rpm -qa wget +  * Centos 5.x (as well as some newer versions of Fedora Core) come with a wget version that is not compatible with Fantastico. Here are the steps that you need to take to remove buggy version of wget and install a working one:\\ <sxh shell; auto-links: false>rpm -qa wget 
-wget http://mirrors.kernel.org/fedora/core/5/i386/os/Fedora/RPMS/wget-1.10.2-3.2.1.i386.rpm +wget http://mirrors.kernel.org/fedora/core/5/i386/os/Fedora/RPMS/wget-1.10.2-3.2.1.i386.rpm 
-rpm -e wget +rpm -e wget 
-rpm -ivh --force wget-1.10.2-3.2.1.i386.rpm +rpm -ivh --force wget-1.10.2-3.2.1.i386.rpm 
-rpm -qa wget</code>+rpm -qa wget</sxh>
  
 {{tag>fantastico how-to cpanel}} {{tag>fantastico how-to cpanel}}