Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
cpanel:install-smx [2011-07-06 23:13:00]
garrett.plasky Approved
cpanel:install-smx [2016-11-09 18:38:49] (current)
rory.blanchard
Line 6: Line 6:
 Please follow the generic cPanel installation guide under the "Installation Process" section on [[cpanel:installation-guide#Installation Process|this page]]. On Step 4, download the following installer instead: Please follow the generic cPanel installation guide under the "Installation Process" section on [[cpanel:installation-guide#Installation Process|this page]]. On Step 4, download the following installer instead:
  
-<sxh plain; auto-links: false;>wget http://httpupdate.cpanel.net/latest-dnsonly</sxh>+<code> 
 +curl -o latest-dnsonly -L https://securedownloads.cpanel.net/latest-dnsonly 
 +</code>
  
 The rest of the steps in the process are the same. The Initial Setup Wizard will also be slightly abbreviated as this is not the full cPanel version. Once the cPanel installation is complete, please proceed to the section below. The rest of the steps in the process are the same. The Initial Setup Wizard will also be slightly abbreviated as this is not the full cPanel version. Once the cPanel installation is complete, please proceed to the section below.
Line 14: Line 16:
 Before installing SMX, ensure that you have given your SMX server a hostname that is unique. Generally speaking users choose something such as //backupmx.domain.com// for their SMX servers. A hostname needs to be fully qualified, such as the one given previously, and also needs to have a matching forward "A record" that maps to the IP of the SMX server. Once selected, the hostname of the server can be set using the following command: Before installing SMX, ensure that you have given your SMX server a hostname that is unique. Generally speaking users choose something such as //backupmx.domain.com// for their SMX servers. A hostname needs to be fully qualified, such as the one given previously, and also needs to have a matching forward "A record" that maps to the IP of the SMX server. Once selected, the hostname of the server can be set using the following command:
  
-<sxh plain>hostname backupmx.domain.com</sxh>+<code>hostname backupmx.domain.com</code>
  
 Then, installing SMX is a simple one-step process using the following one-line command: Then, installing SMX is a simple one-step process using the following one-line command:
  
-<sxh plain; auto-links: false;>cd /home; wget http://download.ndchost.com/pluginSMX/latest-pluginSMX;sh latest-pluginSMX</sxh>+<code>cd /home; wget http://download.ndchost.com/pluginSMX/latest-pluginSMX;sh latest-pluginSMX</code>
  
 Once complete, you will find the SMX plugin link at the bottom of the WHM navigation menu under "Plugins". Once complete, you will find the SMX plugin link at the bottom of the WHM navigation menu under "Plugins".