Soholaunch Installer for cPanel

From Sohowiki
(Difference between revisions)
Jump to: navigation, search
(Installation)
(Installation)
Line 6: Line 6:
 
*Comfort with uploading and extracting .tgz/.tar files on your server via SSH command prompt.
 
*Comfort with uploading and extracting .tgz/.tar files on your server via SSH command prompt.
  
==Installation==
+
==Installation==<pre>
 
1) Login as root through SSH and upload soho_cpan_install.sh to any directory on your server.
 
1) Login as root through SSH and upload soho_cpan_install.sh to any directory on your server.
  
 
2) In the ssh command prompt type the following:
 
2) In the ssh command prompt type the following:
cd /usr/local/cpanel/base/frontend/
+
    cd /usr/local/cpanel/base/frontend/
wget http://update.securexfer.net/panel_files/soho_cpan_install.sh
+
    wget http://update.securexfer.net/panel_files/soho_cpan_install.sh
sh soho_cpan_install.sh
+
    sh soho_cpan_install.sh
  
 
Done!
 
Done!
 +
</pre>
 
[[Category:cPanel]]
 
[[Category:cPanel]]

Revision as of 18:34, 27 January 2015

Overview

The Soholaunch Installer for cPanel allows the web host's end-customer (cPanel user) to install Soholaunch Pro Edition on his/her website(s). This will add a Soholaunch icon to cPanel that users click on to access the installer.

Requirements

  • Root ssh access to cPanel server
  • Comfort with uploading and extracting .tgz/.tar files on your server via SSH command prompt.
==Installation==
1) Login as root through SSH and upload soho_cpan_install.sh to any directory on your server.

2) In the ssh command prompt type the following:
    cd /usr/local/cpanel/base/frontend/
    wget http://update.securexfer.net/panel_files/soho_cpan_install.sh
    sh soho_cpan_install.sh

Done!
Personal tools