Soholaunch Installer for cPanel

From Sohowiki
(Difference between revisions)
Jump to: navigation, search
(Overview)
(Requirements)
 
(27 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
==Overview==
 
==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.
 
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.
493939928217987494727367
 
  
 
==Requirements==
 
==Requirements==
*Root access to cPanel server
+
*Root ssh access to cPanel server
*Comfort with uploading and extracting .tgz/.tar files on your server via SSH command prompt.
+
*Comfort running SSH commands as root
  
==Installation==
+
== Soholaunch PRO EDITION cPanel plugin Installation==<pre>
#Download the soho-cp-inst.tar.gz from [http://update.securexfer.net/panel_files/soho-cp-inst.tar.gz here].
+
1) Login as root through SSH.
#Login as root through SSH.
+
#Upload soho-cp-inst.tar.gz to the /usr/local/cpanel/base/frontend/x/cells folder. If there is no cells folder, create one.
+
#Extract the tar.gz in the cells folder.
+
#Done!
+
  
 +
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!
 +
</pre>
 +
 +
== Soholaunch ULTRA cPanel plugin Installation==<pre>
 +
1) Login as root through SSH.
 +
 +
2) In the ssh command prompt type the following:
 +
    cd /usr/local/cpanel/base/frontend/
 +
    wget http://update.securexfer.net/panel_files/ultra_cpan_install.sh
 +
    sh ultra_cpan_install.sh
 +
 +
Done!
 +
</pre>
 
[[Category:cPanel]]
 
[[Category:cPanel]]

Latest revision as of 14:39, 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 running SSH commands as root
== Soholaunch PRO EDITION cPanel plugin Installation==
1) Login as root through SSH.

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!
== Soholaunch ULTRA cPanel plugin Installation==
1) Login as root through SSH.

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

Done!
Personal tools