How to install Softaculous w/cPanel installed: Difference between revisions
Jump to navigation
Jump to search
Docs admin (talk | contribs) No edit summary |
Docs admin (talk | contribs) No edit summary |
||
Line 17: | Line 17: | ||
[2] Click on 'Softaculous - Instant Installs' which is under the 'Plugins' section. | [2] Click on 'Softaculous - Instant Installs' which is under the 'Plugins' section. | ||
You can make whatever setting changes you want to Softaculous through here. | |||
If you're wanting to disable some scripts that are available in Softaculous, you can find instructions on how to do so in our article [[How to disable scripts in Softaculous w/cPanel installed]] | If you're wanting to disable some scripts that are available in Softaculous, you can find instructions on how to do so in our article [[How to disable scripts in Softaculous w/cPanel installed]] | ||
[[Category:Softaculous]] | [[Category:Softaculous]] |
Latest revision as of 10:33, 9 October 2012
Install Softaculous
[1] Log into your server as the root user via SSH.
[2] Run the following commands to install Softaculous:
<syntaxhighlight lang="bash"> cd /root wget -N http://files.softaculous.com/install.sh chmod 755 install.sh ./install.sh rm -f install.sh</syntaxhighlight>
Configure Softaculous
[1] Log into your server's WHM (Web Host Manager) as root.
[2] Click on 'Softaculous - Instant Installs' which is under the 'Plugins' section.
You can make whatever setting changes you want to Softaculous through here.
If you're wanting to disable some scripts that are available in Softaculous, you can find instructions on how to do so in our article How to disable scripts in Softaculous w/cPanel installed