<?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>Erxin, Shang(Edwin, 尚尔鑫)&#039;s Home Page &#187; Ubuntu</title>
	<atom:link href="http://www.shangerxin.com/?feed=rss2&#038;tag=ubuntu" rel="self" type="application/rss+xml" />
	<link>http://www.shangerxin.com</link>
	<description>Knowledge should be free.</description>
	<lastBuildDate>Tue, 24 Aug 2021 02:27:23 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.8.13</generator>
	<item>
		<title>Setup WordPress Site in Ubuntu</title>
		<link>http://www.shangerxin.com/?p=45</link>
		<comments>http://www.shangerxin.com/?p=45#comments</comments>
		<pubDate>Sat, 13 Dec 2014 14:14:57 +0000</pubDate>
		<dc:creator><![CDATA[Shang Erxin]]></dc:creator>
				<category><![CDATA[Installation Flow]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.shangerxin.com/?p=45</guid>
		<description><![CDATA[To install wordpress in Ubuntu Server, a few steps are required: 1. Update your system by # apt-get update # apt-get upgrade 2. install apache2 # apt-get apache2 3. install MySQL # apt-get mysql 4. install WordPress # apt-get wordpress 5. Configure WordPress in ubuntu 6. Configure your wordpress site to support it access from [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>To install wordpress in Ubuntu Server, a few steps are required:</p>
<p>1. Update your system by</p>
<pre class="lang:bash toolbar:true theme:vs2012-black">
# apt-get update
# apt-get upgrade
</pre>
<p>2. install apache2<br />
<code class="lang:bash"><br />
# apt-get apache2<br />
</code></p>
<p>3. install MySQL<br />
<code class="lang:bash"><br />
# apt-get mysql<br />
</code></p>
<p>4. install WordPress<br />
<code class="lang:bash"><br />
# apt-get wordpress<br />
</code></p>
<p>5. <a href="https://help.ubuntu.com/community/WordPress" title="Configure WordPress in ubuntu">Configure WordPress in ubuntu</a></p>
<p>6. <a href="https://wordpress.org/support/topic/accessing-your-site-from-the-root-url" title="Configure your wordpress site to support it access from the root of url">Configure your wordpress site to support it access from the root of url</a></p>
<p>7. install ftp to your server to support wordpress install plugin<br />
<code class="lang:bash"><br />
# apt-get ftp<br />
</code></p>
<p>8. if encounter a error, &#8220;can&#8217;t create directory&#8221;, when install a plugin from admin panel, check <a href="https://help.ubuntu.com/community/WordPress" title="install a plugin can't create directory">this link </a>to change the configuration to fix it</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shangerxin.com/?feed=rss2&#038;p=45</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
