CentOS installation tutorial under SolusVM

First of all:

cp /etc/yum.repos.d/CentOS-Base.repo.original /etc/yum.repos.d/CentOS-Base.repo

Bath server must first delete the original mysql
yum remove mysql mysql-client mysql-server
Then begin downloading and executing the installation script solusvm

wget http://soluslabs.com/installers/solusvm/install
chmod 755 install
./install

Wait for the installation to succeed

Comments