View Single Post
01-08-2011, 12:34 AM
#2
Jordan is offline Jordan
Jordan's Avatar
Status: #pugs {display: block;}
Join date: Jan 2007
Location: Chicago
Expertise: CSS, HTML, PHP
Software: Sublime Text 2
 
Posts: 1,187
iTrader: 7 / 100%
 

Jordan is on a distinguished road

  Old

The provider you bought your server with doesn't offer to at least deploy it with basics (including cPanel/whm)?

FWIW, it's very easy to install cPanel. Log into SSH and run:

Code:
 cd /home
 wget -N http://httpupdate.cpanel.net/latest
 sh latest
If your license key doesn't work right away run this command in SSH00:
Code:
 
 /usr/local/cpanel/cpkeyclt
I know you don't mind paying but figured I'd offer up free advice. It will help in the long run giving you more experience w/ some stuff that isn't that hard once you do it the first time.

Reply With Quote