install LAMP on fedora

Nid: 85
  • Posted on: 30 July 2014
  • By: nayeli

 

$ su -lc 'yum install @web-server'
$ sudo systemctl start httpd
$ sudo systemctl enable mariadb.service
$ sudo systemctl start mariadb.service
$ /usr/bin/mysql_secure_installation
$ su -c 'yum install php-drush-drush'