<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>donalyza.com &#187; localhost</title>
	<atom:link href="http://donalyza.com/tag/localhost/feed/" rel="self" type="application/rss+xml" />
	<link>http://donalyza.com</link>
	<description>Tech / Design / WordPress</description>
	<lastBuildDate>Sat, 24 Mar 2012 06:31:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Installation of WordPress Multisite on MAMP Localhost</title>
		<link>http://donalyza.com/2010/08/installation-of-wordpress-multisite-on-mamp-localhost/</link>
		<comments>http://donalyza.com/2010/08/installation-of-wordpress-multisite-on-mamp-localhost/#comments</comments>
		<pubDate>Sun, 22 Aug 2010 10:48:20 +0000</pubDate>
		<dc:creator>donalyza</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[localhost]]></category>
		<category><![CDATA[mamp]]></category>

		<guid isPermaLink="false">http://donalyza.com/?p=701</guid>
		<description><![CDATA[This article is only for first time installation of MAMP and WordPress on OS X. I was planning to setup a multisite on my installed MAMP but apparently I encountered database error issues. I had no choice but do it from scratch. Here are the steps for a successful WordPress Multisite on your Mac. Launch [...]]]></description>
			<content:encoded><![CDATA[<p>This article is only for first time installation of MAMP and WordPress on OS X. I was planning to setup a multisite on my installed MAMP but apparently I encountered database error issues. I had no choice but do it from scratch. Here are the steps for a successful WordPress Multisite on your Mac.</p>
<ol>
<li>Launch Terminal.</li>
<ul>
<li>Type sudo pico /etc/hosts and hit return.</li>
<li>Type your admin password then hit return. (characters are not visible)</li>
<li>Use your arrow keyboard to get to the right line. Type 127.0.0.1 localhost.donalyza (you can change &#8220;donalyza&#8221; to another name)</li>
<li>Once you are done, hit the CTRL-X keys, then save changes by hitting the Y to indicate yes.</li>
</ul>
<li>Download and Install <a href="http://www.mamp.info/">MAMP</a>.</li>
<li>Download <a href="http://wordpress.org">WordPress</a>.</li>
<li>Open Finder</li>
<ul>
<li> Go to /Users/[username]/Sites. Then drag the downloaded WordPress folder into the Sites folder.</li>
</ul>
<li>Open MAMP.</li>
<ul>
<li>Click Open Start Page button, (default browser will automatically will run).</li>
<li>Under MYSQL click the link phpMyAdmin.</li>
<li>In the field Create new database, type wpdb then click Create button.</li>
</ul>
<li>Go to Finder.</li>
<ul>
<li>go to path Sites>WordPress folder, open wp-config-sample.php file. There are several items here that we need to change.</li>
<li>After /** The name of the database for WordPress */, change &#8216;database_name_here&#8217; to &#8216;wpdb&#8217;.</li>
<li>After /** MySQL database username */, change &#8216;username_here&#8217; to&#8217;root&#8217;.</li>
<li>After /** MySQL database password */, change &#8216;username_here&#8217; to &#8216;root&#8217;.</li>
<li>After /* That&#8217;s all, stop editing! Happy blogging. */, add define(&#8216;WP_ALLOW_MULTISITE&#8217;, true);.</li>
<li>Save as file to wp-config.php.</li>
</ul>
<li>Relaunch MAMP.</li>
<ul>
<li>Click Preferences > Ports tab then click Set to default Apache and MYSQL ports button.</li>
<li>Click Preferences > Apache tab select the folder where you save the WordPress folder. eg. /Users/[username]/Sites/wordpress.</li>
<li>Open Safari.</li>
<li>Type http://localhost.donalyza</li>
</ul>
<li>Install WordPress.</li>
<ul>
<li>Under WordPress Dashboard, Go to Tools > Network. Select Sub-Directories (Sub-domain will not work on localhost).</li>
<li>Follow the instructions in Enabling the Network provided by WordPress.</li>
</ul>
</ol>
<p>Everything should be up and running by now. If something is not right on the steps I provided feel free to let me know. Cheers!</p>
]]></content:encoded>
			<wfw:commentRss>http://donalyza.com/2010/08/installation-of-wordpress-multisite-on-mamp-localhost/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

