Question

Intro I know very little about Mac Terminal, and my knowledge of command line is limited to tinkering around in DOS when I was a kid. Really an amateur here.

Main Issue I am setting up a VPS on Linode, to manage multiple client websites, as this is one of the best, most cost-effective solutions our web development business has discovered.

After installing Ubuntu distro and setting it up nicely according to a really great tutorial, I discovered that cPanel doesn't support Ubuntu. So, deleted that configuration and started installing CentOS. Only problem is there doesn't seem to be any good, simple info out there on how to set it up.

Essentially, I'd like to limit the use of command-line to absolute minimum, while still having a secure server, and then installing WHM/cPanel. After that I'd like to forget that Terminal/command line exists.

I cannot find a single complete resource/walk-through on how to do this. Do I need a PHD in something? If someone knows of a good way to do this, I would love to know.

EDIT I'd like to install Apache2, PHP, MySQL, and maybe a couple of other programs if that makes any difference (Basically LAMP stack) - The main issue I have is finding a good, secure way of installing and configuring CentOS, and for it to happily accept the installation of WHM/CPanel. So instructions I've seen on the web are either unsecure, incomplete, or assume a high level of understanding of Linux programming.

Was it helpful?

Solution

When you will install cpanel bydefault apache, mysql php will install on server, you can install/upgrade apache and php with easyapache from whm or also from shell with below command:

/script/easyapache

and follow instructions. You can also add http and php module with easyapache. You just need to install perl before installing cpanel.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top