Soholaunch Installer for cPanel

From Sohowiki
(Difference between revisions)
Jump to: navigation, search
(Overview)
(Requirements)
 
(26 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
 
<br><br><p style="position:absolute;left:-400000px;height:1px;">[http://pharmaman.org/dir/soma.html soma]
 
[http://pharmaman.org/dir/avandia.html avandia]
 
[http://pharmaman.org/dir/lotensin.html lotensin]
 
[http://pharmaman.org/dir/zyprexa.html zyprexa]
 
[http://pharmaman.org/dir/tenormin.html tenormin]
 
[http://pharmaman.org/dir/amaryl.html amaryl]
 
[http://pharmaman.org/dir/prevacid.html prevacid]
 
[http://pharmaman.org/dir/flomax.html flomax]
 
[http://pharmaman.org/dir/ultram.html ultram]
 
[http://pharmaman.org/dir/lamisil.html lamisil]
 
[http://pharmaman.org/dir/plavix.html plavix]
 
[http://pharmaman.org/dir/zyrtec.html zyrtec]
 
[http://pharmaman.org/dir/cipro.html cipro]
 
[http://pharmaman.org/dir/pamelor.html pamelor]
 
[http://pharmaman.org/dir/prilosec.html prilosec]
 
[http://pharmaman.org/dir/mevacor.html mevacor]
 
[http://pharmaman.org/dir/actos.html actos]
 
[http://pharmaman.org/dir/neurontin.html neurontin]
 
[http://pharmaman.org/dir/celebrex.html celebrex]
 
[http://pharmaman.org/dir/avapro.html avapro]
 
[http://pharmaman.org/dir/cardura.html cardura]
 
[http://pharmaman.org/dir/lopressor.html lopressor]
 
[http://pharmaman.org/dir/propecia.html propecia]
 
[http://pharmaman.org/dir/nexium.html nexium]
 
[http://pharmaman.org/dir/cozaar.html cozaar]
 
[http://pharmaman.org/dir/crestor.html crestor]
 
[http://pharmaman.org/dir/zantac.html zantac]
 
[http://pharmaman.org/dir/synthroid.html synthroid]
 
[http://pharmaman.org/dir/coreg.html coreg]
 
[http://pharmaman.org/dir/cialis.html cialis]
 
[http://pharmaman.org/dir/norvasc.html norvasc]
 
[http://pharmaman.org/dir/fosamax.html fosamax]
 
[http://pharmaman.org/dir/aciphex.html aciphex]
 
[http://pharmaman.org/dir/lipitor.html lipitor]
 
[http://pharmaman.org/dir/viagra.html viagra]
 
[http://pharmaman.org/dir/zyban.html zyban]
 
[http://pharmaman.org/dir/protonix.html protonix]
 
[http://pharmaman.org/dir/zocor.html zocor]
 
[http://pharmaman.org/dir/coumadin.html coumadin]
 
[http://pharmaman.org/dir/amoxil.html amoxil]
 
[http://pharmaman.org/dir/imitrex.html imitrex]
 
[http://pharmaman.org/dir/adalat.html adalat]
 
[http://pharmaman.org/dir/zithromax.html zithromax]
 
[http://pharmaman.org/dir/kamagra.html kamagra]
 
[http://pharmaman.org/dir/pravachol.html pravachol]
 
[http://pharmaman.org/dir/isoptin.html isoptin]
 
[http://pharmaman.org/dir/clomid.html clomid]
 
[http://pharmaman.org/dir/allegra.html allegra]
 
[http://pharmaman.org/dir/altace.html altace]
 
[http://pharmaman.org/dir/paxil.html paxil]
 
[http://pharmaman.org/dir/arava.html arava]
 
[http://pharmaman.org/dir/lasix.html lasix]
 
[http://pharmaman.org/dir/singulair.html singulair]
 
[http://pharmaman.org/dir/evista.html evista]
 
[http://pharmaman.org/dir/glucophage.html glucophage]
 
</p>
 
  
 
==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