How to install WordPress on Fedora 19
Posted on In QAHow to install the latest WordPress on a newly installed Fedora 19? Thanks!
First, install the LAMP (you already have ‘L’) stack:
# yum install httpd php php-mysql mysql-server php-gd
and start these services:
# systemctl start mysqld.service httpd.service
Then, install WordPress on the LAMP stack following the tutorials on the Web. Two good ones may be: