{"id":382,"date":"2012-04-18T19:42:32","date_gmt":"2012-04-18T17:42:32","guid":{"rendered":"http:\/\/blog.philippgoecke.de\/?p=382"},"modified":"2012-04-19T18:13:07","modified_gmt":"2012-04-19T16:13:07","slug":"install-lamp-apache2-mysql-php-phpmyadmin-on-fedora-17","status":"publish","type":"post","link":"https:\/\/stls.eu\/blog\/2012\/04\/18\/install-lamp-apache2-mysql-php-phpmyadmin-on-fedora-17\/","title":{"rendered":"Install LAMP (Apache2, MySQL, PHP, PHPMyAdmin) on Fedora 17"},"content":{"rendered":"<p>install:<\/p>\n<pre>yum install mysql mysql-server httpd php phpmyadmin<\/pre>\n<p>or:<\/p>\n<pre>yum groupinstall 'Web Server'<\/pre>\n<p>secure the installation<\/p>\n<pre>mysql_secure_installation<\/pre>\n<p>start the services<\/p>\n<pre>systemctl enable httpd.service\r\nsystemctl start httpd.service\r\nsystemctl enable mysqld.service\r\nsystemctl start mysqld.service<\/pre>\n<p>test the installation, open<\/p>\n<pre>http:\/\/localhost\/<\/pre>\n<p>when write access to files is needed try<\/p>\n<pre>setenforce 0<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>install: yum install mysql mysql-server httpd php phpmyadmin or: yum groupinstall &#8216;Web Server&#8217; secure the installation mysql_secure_installation start the services systemctl enable httpd.service systemctl start httpd.service systemctl enable mysqld.service systemctl start mysqld.service test the installation, open http:\/\/localhost\/ when write access &hellip; <a href=\"https:\/\/stls.eu\/blog\/2012\/04\/18\/install-lamp-apache2-mysql-php-phpmyadmin-on-fedora-17\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[24],"tags":[],"class_list":["post-382","post","type-post","status-publish","format-standard","hentry","category-fedora"],"_links":{"self":[{"href":"https:\/\/stls.eu\/blog\/wp-json\/wp\/v2\/posts\/382","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/stls.eu\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/stls.eu\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/stls.eu\/blog\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/stls.eu\/blog\/wp-json\/wp\/v2\/comments?post=382"}],"version-history":[{"count":7,"href":"https:\/\/stls.eu\/blog\/wp-json\/wp\/v2\/posts\/382\/revisions"}],"predecessor-version":[{"id":390,"href":"https:\/\/stls.eu\/blog\/wp-json\/wp\/v2\/posts\/382\/revisions\/390"}],"wp:attachment":[{"href":"https:\/\/stls.eu\/blog\/wp-json\/wp\/v2\/media?parent=382"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/stls.eu\/blog\/wp-json\/wp\/v2\/categories?post=382"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/stls.eu\/blog\/wp-json\/wp\/v2\/tags?post=382"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}