<?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>spechal.com &#187; Google</title>
	<atom:link href="http://spechal.com/category/google/feed/" rel="self" type="application/rss+xml" />
	<link>http://spechal.com</link>
	<description>[spesh-uhl]</description>
	<lastBuildDate>Mon, 23 Apr 2012 01:30:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Installing Node.js and Socket.io on Ubuntu</title>
		<link>http://spechal.com/2011/03/19/installing-node-js-and-socket-io-on-ubuntu/</link>
		<comments>http://spechal.com/2011/03/19/installing-node-js-and-socket-io-on-ubuntu/#comments</comments>
		<pubDate>Sat, 19 Mar 2011 13:15:42 +0000</pubDate>
		<dc:creator>Spechal</dc:creator>
				<category><![CDATA[Commands]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Node.js / Socket.io]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[nodejs]]></category>
		<category><![CDATA[socketio]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://spechal.com/?p=235</guid>
		<description><![CDATA[Issue the following on the command line: cd ~ sudo apt-get install libv8-2.0.3 libv8-dev libv8-dbg libssl-dev curl wget http://nodejs.org/dist/node-v0.4.3.tar.gz tar zxvf node-v0.4.3.tar.gz cd node-v0.4.3 ./configure &#038;&#038; make &#038;&#038; make install sudo curl http://npmjs.org/install.sh &#124; sudo sh sudo npm install socket.io &#8230; <a href="http://spechal.com/2011/03/19/installing-node-js-and-socket-io-on-ubuntu/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Issue the following on the command line:</p>
<pre>cd ~
sudo apt-get install libv8-2.0.3 libv8-dev libv8-dbg libssl-dev curl
wget http://nodejs.org/dist/node-v0.4.3.tar.gz
tar zxvf node-v0.4.3.tar.gz
cd node-v0.4.3
./configure &#038;&#038; make &#038;&#038; make install
sudo curl http://npmjs.org/install.sh | sudo sh
sudo npm install socket.io
</pre>
<p>First we change to our home directory via cd ~ &#8230; even though the tilda in the code above looks like a hyphen.  Then we install Google V8, SSL development files and cURL.  Next we grab Node.js, configure and install it.  Nearly last, we download and install npm.  Finally, we tell npm to install socket.io for us.</p>
<p>fin.</p>
]]></content:encoded>
			<wfw:commentRss>http://spechal.com/2011/03/19/installing-node-js-and-socket-io-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

