
{"id":5934,"date":"2011-09-19T08:52:03","date_gmt":"2011-09-19T08:52:03","guid":{"rendered":"http:\/\/www.beautifulwork.org\/?p=5934"},"modified":"2011-09-19T08:52:03","modified_gmt":"2011-09-19T08:52:03","slug":"wordpress-on-debian-howto","status":"publish","type":"post","link":"https:\/\/www.trueangle.org\/index.php\/2011\/09\/19\/wordpress-on-debian-howto\/","title":{"rendered":"wordpress on debian howto"},"content":{"rendered":"<h5><u> Installation<\/u><\/h5>\n<pre>\n1. apt-get install wordpress\n2. apt-get install proftpd\n3. apt-get install mysql-server-5.1\n<\/pre>\n<p><\/p>\n<h5><u> Configuration <\/u><\/h5>\n<pre>\n<h6><u> file 1<\/u> <\/h6>\n#cat \/etc\/wordpress\/htaccess\n# For rewrite rules needed for making WordPress URL friendly\n# See Options -&gt; Permalinks for details and please use the defaults,\n# especially in mind when hosting several blogs on one machine!\n\n##\n## Configuration for a single blog hosted on \/ (root of the website)\n##\n\nRewriteEngine On\nRewriteBase \/\nRewriteCond %{REQUEST_FILENAME} !-f\nRewriteCond %{REQUEST_FILENAME} !-d\nRewriteRule . \/index.php [L]\n\n\n##\n## Configuration for a multi-site wordpress installation using subdomains\n##\n#\n#RewriteEngine On\n#RewriteBase \/\n#RewriteRule ^index\\.php$ - [L]\n## uploaded files\n#RewriteRule ^files\/(.+) wp-includes\/ms-files.php?file=$1 [L]\n## real files dealt directly\n#RewriteCond %{REQUEST_FILENAME} -f [OR]\n#RewriteCond %{REQUEST_FILENAME} -d\n#RewriteRule ^ - [L]\n## other go through index.php\n#RewriteRule . index.php [L]\n#\n\n<br \/>\n<h6><u> file 2 <\/u><\/h6>\n\n#cat \/etc\/apache2\/sites-available\/50.56.90.242\n\nServerName 50.56.90.242\nServerAdmin ahiliation@yahoo.co.in\nDocumentRoot \/var\/www\/50.56.90.242\nDirectoryIndex index.php\n\n  AllowOverride All\n  Order Deny,Allow\n  Allow from all\n\n\n#\n<br \/>\n1. cd \/vaw\/www\/\n2. ln -s \/usr\/share\/wordpress 50.56.90.242\n3. a2ensite 50.56.90.242\n4. \/etc\/init.d\/apache2 restart\n5 \/usr\/share\/doc\/wordpress\/examples\/setup-mysql -n beauty 50.56.90.242\n\n<\/pre>\n<p><\/p>\n<h5><u> Testing <\/u><\/h5>\n<pre>\n1. open web browser...\n2. http:\/\/50.56.90.242(your web site address or name )\n3. carry on with the instruction on browser.\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Installation 1. apt-get install wordpress 2. apt-get install proftpd 3. apt-get install mysql-server-5.1 Configuration file 1 #cat \/etc\/wordpress\/htaccess # For rewrite rules needed for making WordPress URL friendly # See Options -&gt; Permalinks for details and please use the defaults, # especially in mind when hosting several blogs on one machine! ## ## Configuration for &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/www.trueangle.org\/index.php\/2011\/09\/19\/wordpress-on-debian-howto\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;wordpress on debian howto&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[1],"tags":[],"_links":{"self":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/5934"}],"collection":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/comments?post=5934"}],"version-history":[{"count":0,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/5934\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/media?parent=5934"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/categories?post=5934"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/tags?post=5934"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}