How to install Softaculous w/cPanel installed: Difference between revisions

From Acenet Knowledgebase
Jump to navigation Jump to search
test
 
No edit summary
Line 1: Line 1:
<html> <span style="text-decoration: underline;">Install Softaculous</span>:
==Install Softaculous==
1) Log into your server as the root user via SSH.  
 
2) Run the following commands to install Softaculous:  
[1] Log into your server as the root user via SSH.  
<div class="code_style">cd /root<br />wget -N http://files.softaculous.com/install.sh<br />chmod 755 install.sh<br />./install.sh<br />rm -f install.sh</div>
 
<span style="text-decoration: underline;">Configure Softaculous</span>:
[2] Run the following commands to install 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.  
<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.  
  You can make whatever setting changes you want to Softaculous through here.  
    
    
<em>If you're wanting to disable some scripts that are available in Softaculous, you can find instructions on how to do so here</em>:
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]]
  <a title="How to disable scripts in Softaculous w/cPanel installed" href="https://esupport.acenet-inc.net/index.php?/Knowledgebase/Article/View/252/57/how-to-disable-scripts-in-softaculous-wcpanel-installed">How to disable scripts in Softaculous w/cPanel installed</a> </html> [[Category:Softaculous]]
 
[[Category:Softaculous]]

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