<?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>A Learning Site&#187; WordPress</title>
	<atom:link href="http://www.cemalekin.com/syllabus/index.php/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cemalekin.com/syllabus</link>
	<description>by A. Cemal Ekin</description>
	<lastBuildDate>Fri, 02 Sep 2011 03:21:02 +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 Install WordPress</title>
		<link>http://www.cemalekin.com/syllabus/index.php/2009/02/how-to-install-wordpress/</link>
		<comments>http://www.cemalekin.com/syllabus/index.php/2009/02/how-to-install-wordpress/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 17:06:39 +0000</pubDate>
		<dc:creator>A. Cemal Ekin</dc:creator>
				<category><![CDATA[All Posts]]></category>
		<category><![CDATA[MOTI]]></category>
		<category><![CDATA[install wordpress]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.cemalekin.com/syllabus/?p=200</guid>
		<description><![CDATA[As part of the course requirement, your group will install, configure, and populate a content managed site using WordPress. The following are the steps to follow using the accounts I host for you on DailyRazor.com servers. Although the general steps will be the same on any host, the details and the interface may be somewhat [...]]]></description>
			<content:encoded><![CDATA[<p>As part of the course requirement, your group will install, configure, and populate a content managed site using WordPress. The following are the steps to follow using the accounts I host for you on DailyRazor.com servers. Although the general steps will be the same on any host, the details and the interface may be somewhat different.<span id="more-200"></span></p>
<ol>
<li>Login to your domain control panel. You need to point your browser to:
<p>https://yourdomain.ext:8443</p>
<p>Not the &#8220;s&#8221; at the end of http and the trailing :8443</li>
<li>You may receive a warning about the certificate not matching the site, ignore that and continue to the site</li>
<li>For login ID enter your full domain name, for password use the password I sent to you when I set up your hosting account. You will find yourself at the domain &#8220;desktop&#8221;</li>
<li>Click on &#8220;Home&#8221; on top of the left column, this will take you to the actual control panel. You should see the following (click to enlarge)<br />

<a href="http://www.cemalekin.com/syllabus/wp-content/gallery/moti-wp/cpanel1_0.jpg" rel="shadowbox[sbpost-200];player=img;" title="" class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'singlepic2' })" >
	<img class="ngg-singlepic" src="http://www.cemalekin.com/syllabus/wp-content/gallery/cache/2__160x120_cpanel1_0.jpg" alt="cpanel1_0.jpg" title="cpanel1_0.jpg" />
</a>
</li>
<li>First, you need to create a MySQL database, so click on the &#8220;Databases&#8221; icon, then on the following screen &#8220;Add new database&#8221;</li>
<li>The system will suggest a DB name, enter your own, don&#8217;t make it too short but keep it under 12 character with no spaces; write down the name that you chose on a piece of paper, you will need that. Make sure that you select from the drop down menu MySQL for the type. Then click on OK to create the DB</li>
<li>Now you need to add a DB user for this database with a password. Click on &#8220;Add New Database User&#8221;. You will need to enter the DB user name and password. Make sure they are not easy to guess or too short (again, make sure not to use more than 12 characters or spaes), you will not need to remember them after the installation. Enter the values into the fields and write them down as you will need them</li>
<li>Now, go to http://www.wordpress.org and download the application, it most recent version is 3.0.5 (version 3.1 is around the corner too) and you will see a link to download it on the front page. Save the file to a known location on your local computer</li>
<li>Using a ZIP utility, like WinZIP or ZIP Genius, extract the contents of the ZIP file making sure that you create the embedded directory names and contents</li>
<li>Locate the wp-config-sample.php file and edit it to reflect the DB name, DB user name, and DB password. There are a couple of other fields that ask you to enter an arbitrary phrase; don&#8217;t overlook them. Save it as wp-config.php removing the &#8220;-sample&#8221; part.</li>
<li>Using your FTP client, login to your hosting account, change to httpdocs directory (your Web root), and create a new directory called blog which will be the location of your WordPress installation. Note that there are no uppercase letters in the directory name.</li>
<li>After creating the directory, double click on its name to open it; then upload the contents of the WordPress extracted files into it</li>
<li>You are almost done, now point your browser to:<br />
http://www.yourdomain.ext/blog/wp-admin/install.php  and you will see the following screen:<br />

<a href="http://www.cemalekin.com/syllabus/wp-content/gallery/moti-wp/wp-install.jpg" rel="shadowbox[sbpost-200];player=img;" title="" class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'singlepic3' })" >
	<img class="ngg-singlepic" src="http://www.cemalekin.com/syllabus/wp-content/gallery/cache/3__160x120_wp-install.jpg" alt="wp-install.jpg" title="wp-install.jpg" />
</a>
</li>
<li>Enter a blog name, you can change it later, and enter a working email address. Click on Install WordPress. The new versions of WordPress allow you to choose a user name for the site admin. Use a name you will remember but will be difficult for others to guess and do not use spaces or special characters in the name. A mixture of letters and numbers 8-10 characters long will be a good starting point. You will also be asked to create a password, use the guidelines above for that as well</li>
<li>WordPress will complete the installation and give you the login screen.</li>
<li>Click on &#8220;Login&#8221; and enter the admin user name you created, paste the password you copied and login. Do not put a check mark in &#8220;Remember &#8230;&#8221; if you are doing this on a public computer.</li>
<li>As soon as you login, click on the admin name on the top right corner to edit user information. Scroll down to the end of the page to see &#8220;New Password fields, you will need to enter it twice. If you want to change your password to a better one this is te place you will do it. While you are at it, enter your full name into the fields and choose how your name should appear on the posts that you write. Click on Update Profile button</li>
<li>Look for the Users on the tool bar on the left, click on it to expand its menu choices. Click on Add New and add a new user. Set this user&#8217;s role to &#8220;Administrator&#8221; as well. You may do the same for all the group members. Make sure you have a division of labor and do not perform the same maintenance functions at the same time. The second user name is an insurance against the main administrator ID and/or password corrupting and not allowing access to the site. In that case, you can use the &#8220;spare&#8221; admin credentials to login and repair the problems.</li>
<li>Congratulations, you now have a working WordPress installation</li>
<li>Login to Plesk again if you are not logged in. You need to change the permissions for the applications to use the folders so that you can upload images and other files and install various themes more conveniently.</li>
<li>On the domain home, choose &#8220;File Manager&#8221; and navigate to httpdocs folder where your site is installed in a subfolder called blog (or anything else you might have chosen.</li>
<li>When you see the folder where your WordPress installation is click to the lock icon on the right edge of that line to enter security settings. You will see a bunch of &#8220;users&#8221; that the system recognizes. Look for Plesk IIS User user and IWAM default user if it is there.</li>
<li>Click on &#8220;Advanced&#8221; to bring up the advanced attribute management screen. You will see a long list of attributes. Click on Plesk IIS User line on the top left group, then make sure all three &#8220;Files, Subfolders, This Folder&#8221; boxes are checked and then add check marks to all but the first and the last two options. <a href="http://www.cemalekin.com/syllabus/wp-content/uploads/2009/02/plsek1.jpg" rel="shadowbox[sbpost-200];player=img;">See image for detail.</a> DO NOT CLICK OK yet</li>
<li>Repeat above for IWAM Plesk default user if you see it.</li>
<li>Review your permission settings to save problems later on and revisiting this process. When everything looks fine, click OK to apply these permissions.</li>
</ol>
<p>Now, applications like WordPress can create folders, add files to them, change them, etc. to maintain your site.</p>
<p>We will then tweak it to do more than the basic installation provides.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cemalekin.com/syllabus/index.php/2009/02/how-to-install-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

