Quantcast
Viewing latest article 17
Browse Latest Browse All 25

How to install LAMP

[root@lowtrafic ~]# yum install -y httpd vsftpd php mysql-server mysql php-mysql
 
[root@lowtrafic ~]# service vsftpd start
[root@lowtrafic ~]# service httpd start
[root@lowtrafic ~]# service mysqld start
[root@lowtrafic ~]# chkconfig httpd on
[root@lowtrafic ~]# chkconfig mysqld on
[root@lowtrafic ~]# chkconfig vsftpd on

Viewing latest article 17
Browse Latest Browse All 25

Trending Articles