I have just ordered new VPS hosting on linux server and now I need to install php, mysql and some control panel system, for example isp omega, but unfortunately I don't have enough experience in Linux. Can anyone please give me some tutorial how to start working with vps hosting...
Thanks
But I use windows on my computer. Can this software be installed on windows?
4 Answers
For installing PHP and MySQL on a VPS, you must be logged in via SSH.
Command for installng PHP: [root@localhost ~]#yum install php
Command for installing MySQL: [root@localhost ~]#yum install mysql-server mysql
Why loose a lot of time learning those kind of things when you can go on vpswebserver.com and the team will make you the best vps you will ever need.
instead of terminal, for a VPS usually you will use SSH, you can download PuTTY instead (which is a SSH client for Windows)...!
use yum install command.