<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<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/"
	>

<channel>
	<title>Neutrino Station</title>
	<link>http://neutrinostation.com</link>
	<description>Independent Industrial Technology</description>
	<pubDate>Sat, 22 Mar 2008 05:47:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>Install WordPress</title>
		<link>http://neutrinostation.com/from-jesse/commonera-2008-02-27-08-54/optionalid3/</link>
		<comments>http://neutrinostation.com/from-jesse/commonera-2008-02-27-08-54/optionalid3/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 14:54:46 +0000</pubDate>
		<dc:creator>Jesse</dc:creator>
		
		<category><![CDATA[Telecommunications]]></category>

		<guid isPermaLink="false">http://neutrinostation.com/from-jesse/commonera-2008-02-27-08-54/optionalid3/</guid>
		<description><![CDATA[To install WordPress I recommend following the standard WordPress installation procedure which is detailed here:
http://codex.wordpress.org/Installing_WordPress
Since I am using a 56k internet connection I chose to install using SSH. Secure Shell Access negated the need for me to transfer the entire installation through my phone line two times. Although I could have used the shell to [...]]]></description>
			<content:encoded><![CDATA[<p CLASS="Section1">To install WordPress I recommend following the standard WordPress installation procedure which is detailed here:</p>
<p CLASS="Section1"><a HREF="http://codex.wordpress.org/Installing_WordPress">http://codex.wordpress.org/Installing_WordPress</a></p>
<p>Since I am using a 56k internet connection I chose to install using SSH. Secure Shell Access negated the need for me to transfer the entire installation through my phone line two times. Although I could have used the shell to edit the wp-config.php file I chose to use the familiar graphical windows environment to configure the installation. The procedure went as follows.</p>
<p><strong>Aquire a domain name and access to a web server</strong><br />
If you are shopping for a web host look for SSH access, FTP access, mod_rewrite support, provisions for mySQL databases, a third party reputation for reliability, and lots of monthly bandwidth.</p>
<p><strong>Obtain SSH access to the public_html directory</strong><br />
I used the PuTTy program and directed it to my domain. You will be prompted for a username and a password. This is between you and your web host.  SSH keys are negotiated with your web host also. My host has a SSH link in the cPanel home page.</p>
<p><strong>Remove unwanted files from the directory</strong><br />
This is only necessary if you or someone else has been using the directory for some other purpose.</p>
<p><strong>Take note of the path to the current directory</strong><br />
The path may be something along the lines of /home/username/public_html/<br />
In your SSH terminal type: <strong>pwd</strong></p>
<p><strong>Navigate to the tmp directory</strong><br />
In your SSH terminal type: <strong>cd /tmp</strong></p>
<p><strong>Command the server to download the latest version of Wordpress</strong><br />
In your SSH terminal type: <strong>wget http://wordpress.org/latest.tar.gz</strong></p>
<p>Command the server to extract all files from the tar.gz archive<br />
In your SSH terminal type: <strong>tar -xzvf latest.tar.gz</strong></p>
<p><strong>Copy the files into the public_html directory</strong><br />
In your SSH terminal type: <strong>cd wordpress</strong><br />
You will be taken to the wordpress directory. Then type: <strong>cp –ir * /home/username/public_html/</strong><br />
Use the path that was displayed when you typed ‘pwd’ earlier.</p>
<p><strong>Create a new database username and password and assign it to a new mySQL database</strong><br />
This is between you and your web host. I was able to set up a mySQL database and assign a user to it very easily using cPanel.</p>
<p><strong>Obtain FTP access to the public_html directory</strong><br />
I use Explorer/My Computer for FTP. The File Transfer Protocol interface is more than familiar, it <em>is</em> the regular windows interface. Open My Computer and type this into your address bar:<br />
<strong>ftp://<em>username_at_webhost@domain.name</em></strong><br />
You will be prompted for a password. This is the password that you established with your web host.</p>
<p><strong>Download a copy of the wp-config-sample.php file</strong><br />
Browse to the <strong>public_html</strong> folder. The folder should now be populated with the Wordpress files and directories. Copy the <strong>wp-config-sample.php</strong> file and paste it to a local folder such as your desktop.</p>
<p><strong>Rename wp-config-sample.php to wp-config.php</strong><br />
Right click the icon, select rename, etcetera.</p>
<p><strong>Edit the contents of wp-config.php so that Wordpress can access the<br />
mySQL database</strong><br />
Open <strong>wp-config.php</strong> with WordPad as if it were a text file then edit the file, replacing the characters <em>putyourdbnamehere</em>, <em>usernamehere</em>, and <em>yourpasswordhere</em> with the proper data. Save the file and exit Wordpad.</p>
<p><strong>Upload the wp-config.php file to the public_html directory using FTP</strong><br />
Cut and paste <strong>wp-config.php</strong> into the <strong>public_html</strong> directory on your server.</p>
<p><strong>Use  a web browser to install Wordpress</strong><br />
Open a browser such as Opera. Navigate to:</p>
<p CLASS="Section1"><strong>http://<em>yourdomain.name</em>/wp-admin/install.php</strong></p>
<p><strong>Log in to the new Wordpress installation</strong><br />
Follow the <strong>wp-login.php link</strong> and enter your assigned username and password.</p>
<p><strong>Configure permalinks</strong><br />
You will now be viewing the Wordpress administration section. Select <strong>Options</strong>, then select <strong>Permalinks</strong>. Then enter this into to custom structure field:<br />
<strong>/from-%author%/commonera-%year%-%monthnum%-%day%-%hour%-%minute%/optionalid%post_id%/</strong><br />
Choose a category base such as <strong>project</strong> if it suits you and enter it into the category base field. Finally select <strong>Update Permalink Structure</strong>.</p>
<p><strong>Install the insensitive plugin</strong><br />
You may wish to install the insensitive plugin at this time.<br />
<a HREF="http://n0tablog.wordpress.com/my-wordpress-plug-ins/insensitive/">http://n0tablog.wordpress.com/my-wordpress-plug-ins/insensitive/</a><br />
As of Wordpress version 2.3.3 this may not be necessary. Wordpress seems to be mimicing some of the features of this plugin by default now. Can anyone else confirm this?</p>
<p><strong>Add a new user with Administrator access<br />
</strong>In the Wordpress Administration section navigate to <strong>Users</strong>. Scroll down, then create a new username that you would like to use and choose a password that you will be able to remember. Make sure that you select <strong>Administrator</strong> in the role drop down menu so that you can safely delete or weaken the default user, admin, later.</p>
<p><strong>Log out of Wordpress</strong><br />
The link is at the top. <strong>Sign out</strong>.</p>
<p><strong>Log in as the new user</strong><br />
Go ahead. If it doesn’t work use the name and password that you were given after running install.php.</p>
<p><strong>Create a test post and publish it</strong><br />
Familiarize yourself with the Wordpress environment.</p>
<p><strong>Ensure that permalinks are working and that the entire URI is in lowercase</strong><br />
Browse around your new Wordpress website. Pay attention to the address bar.</p>
<p><strong>Assign a weaker role for the default &#8217;admin&#8217; user</strong><br />
Since your new username is working, there is no need to share the power. Change admin&#8217;s role and create additional users to reserve names you don&#8217;t want other people to use on your site.</p>
<p><strong>Start with a blank slate</strong><br />
Delete all of the existing comments and posts.</p>
<p><strong>Project Complete</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://neutrinostation.com/from-jesse/commonera-2008-02-27-08-54/optionalid3/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
