<?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>Mingyang Sun&#039;s Formal and Serious Site</title>
	<atom:link href="http://sweb.uky.edu/~msu225/feed/" rel="self" type="application/rss+xml" />
	<link>http://sweb.uky.edu/~msu225</link>
	<description>Ahmm...  Ya, seriously.</description>
	<lastBuildDate>Mon, 29 Aug 2011 14:56:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to Setup WordPress in Sweb</title>
		<link>http://sweb.uky.edu/~msu225/2009/08/how-to-setup-wordpress-in-sweb/</link>
		<comments>http://sweb.uky.edu/~msu225/2009/08/how-to-setup-wordpress-in-sweb/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 16:13:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sweb.uky.edu/~msu225/?p=23</guid>
		<description><![CDATA[First off, activate your student web server account at Sweb page if you haven&#8217;t done so. You will need to activate your web site, home directory, and set a MySQL password. Then you can SSH into the server using either &#8230; <a href="http://sweb.uky.edu/~msu225/2009/08/how-to-setup-wordpress-in-sweb/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>First off, activate your student web server account at <a href="http://sweb.uky.edu/">Sweb page</a> if you haven&#8217;t done so.  You will need to activate your web site, home directory, and set a MySQL password.  Then you can <abbr title="Secure SHell">SSH</abbr> into the server using either <a href="http://www.openssh.com/" title="OpenSSH homepage">OpenSSH</a> if you are under Linux or <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/ title="PuTTY homepage">PuTTY</a> if you are in Windoze.  The server is at <code>sweb.uky.edu</code>.</p>

<p>In your home directory you have 2 folders: <code>Sites</code> and <code>www</code>, which is actually a link to the former.  Go into <code>Sites</code>.  If you want your wordpress blog be in a sub-directory, make it with <code>mkdir -v the_dir_name_you_want</code>.  Go to the parent directory of the directory you want to setup wordpress in, and download the latest wordpress using <code>curl</code>(we don&#8217;t have <code>wget</code> here): <code>curl http://wordpress.org/latest.tar.gz &gt; latest.tar.gz</code>, and extract it: <code>tar -xvf latest.tar.gz</code>.  Move the content of the extracted directory into the one you want to setup wordpress using <code>mv</code>, and go into that directory and excute <code>mv wp-config-sample.php wp-config.php</code>.</p>

<p>Now you can follow the procedure <a href="http://codex.wordpress.org/Editing_wp-config.php">here</a> to edit the WP configuration file.  The database name by default is your user ID in lowercase as well as the database username.  The database password is the MySQL password you set earlier, and database host remains <code>localhost</code>.  You can use VIM or Nano (for newbies) to edit this file. </p>

<p>After you are done, target your web browser to <code>http://sweb.uky.edu/~you_user_id/sub-directory_if_any/wp-admin/install.php</code> to finish the whole process.</p>]]></content:encoded>
			<wfw:commentRss>http://sweb.uky.edu/~msu225/2009/08/how-to-setup-wordpress-in-sweb/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://sweb.uky.edu/~msu225/2009/08/hello-world/</link>
		<comments>http://sweb.uky.edu/~msu225/2009/08/hello-world/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 01:16:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sweb.uky.edu/~msu225/?p=1</guid>
		<description><![CDATA[Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!]]></description>
			<content:encoded><![CDATA[<p>Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!</p>]]></content:encoded>
			<wfw:commentRss>http://sweb.uky.edu/~msu225/2009/08/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

