{"id":187,"date":"2017-05-23T20:08:39","date_gmt":"2017-05-23T18:08:39","guid":{"rendered":"http:\/\/blog.van-daag.nl\/?p=187"},"modified":"2017-07-25T18:07:54","modified_gmt":"2017-07-25T18:07:54","slug":"install-wordpress-on-raspberry","status":"publish","type":"post","link":"https:\/\/van-daag.nl\/?p=187","title":{"rendered":"Install WordPress on raspberry"},"content":{"rendered":"<p>Login with putty<\/p>\n<p>Go to the directory where you want to install wordpress.<\/p>\n<pre class=\"lang:default decode:true\">cd \/var\/recepten.van-daag.nl\r\nsudo chown pi: .\r\nrm *\r\nwget http:\/\/wordpress.org\/latest.tar.gz\r\ntar xzf latest.tar.gz\r\nmv wordpress\/* .\r\nrm -rf wordpress latest.tar.gz<\/pre>\n<p>Now login into MySQL and create database and user.<\/p>\n<pre class=\"lang:default decode:true \">mysql -uroot -p[Password]\r\ncreate database recepten;\r\n\r\nGRANT ALL PRIVILEGES ON `recepten`.* TO `recepten_user`@`localhost` IDENTIFIED BY '[Password]';<\/pre>\n<p>Type <strong>Ctrl +D<\/strong> to close<\/p>\n<p>Now browse to the website and run the setup.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Login with putty Go to the directory where you want to install wordpress. cd \/var\/recepten.van-daag.nl sudo chown pi: . rm * wget http:\/\/wordpress.org\/latest.tar.gz tar xzf latest.tar.gz mv wordpress\/* . rm -rf wordpress latest.tar.gz Now login into MySQL and create database and user. mysql -uroot -p[Password] create database recepten; GRANT ALL PRIVILEGES ON `recepten`.* TO `recepten_user`@`localhost` [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[13],"tags":[],"class_list":["post-187","post","type-post","status-publish","format-standard","hentry","category-raspberry"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/van-daag.nl\/index.php?rest_route=\/wp\/v2\/posts\/187","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/van-daag.nl\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/van-daag.nl\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/van-daag.nl\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/van-daag.nl\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=187"}],"version-history":[{"count":2,"href":"https:\/\/van-daag.nl\/index.php?rest_route=\/wp\/v2\/posts\/187\/revisions"}],"predecessor-version":[{"id":206,"href":"https:\/\/van-daag.nl\/index.php?rest_route=\/wp\/v2\/posts\/187\/revisions\/206"}],"wp:attachment":[{"href":"https:\/\/van-daag.nl\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=187"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/van-daag.nl\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=187"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/van-daag.nl\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=187"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}