<?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>Phat Site Blog &#187; openssl</title>
	<atom:link href="http://blog.phatsite.com/tag/openssl/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.phatsite.com</link>
	<description>Web Stuff is Easy</description>
	<lastBuildDate>Sun, 29 Jan 2012 20:00:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing Ruby on Rails 3, MySQL, Git, Ruby Enterprise Edition &#8230;</title>
		<link>http://blog.phatsite.com/ruby_and_rails/installing-ruby-on-rails-3-mysql-git-ruby-enterprise-edition/</link>
		<comments>http://blog.phatsite.com/ruby_and_rails/installing-ruby-on-rails-3-mysql-git-ruby-enterprise-edition/#comments</comments>
		<pubDate>Mon, 28 Mar 2011 19:00:11 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Ruby and Rails]]></category>
		<category><![CDATA[openssl]]></category>
		<category><![CDATA[release dates]]></category>
		<category><![CDATA[root user]]></category>

		<guid isPermaLink="false">http://blog.phatsite.com/ruby_and_rails/installing-ruby-on-rails-3-mysql-git-ruby-enterprise-edition/</guid>
		<description><![CDATA[ Installing Ruby on Rails 3, MySQL, Git, Ruby Enterprise Edition, Passenger (Mod_Rails) on Ubuntu with Rackspace Cloud. 
Short and sweet. &#104;&#101;&#114;&#101; all the commands I run &#105;&#110; &#116;&#104;&#105;&#115; order to set up a brand &#110;&#101;&#119; box. &#105;&#116; &#117;&#115;&#117;&#97;&#108;&#108;&#121; takes &#97;&#98;&#111;&#117;&#116; 10 – 15 minutes on a 256 MB RAM instance. Compiling Ruby Enterprise Edition, [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.phatsite.com/wp-content/uploads/2011/03/1301338811.jpg" style="clear:both;clear:both;margin:0 15px 15px 0" /> <a href="http://seanbehan.com/ruby-on-rails/installing-ruby-on-rails-3-mysql-git-ruby-enterprise-edition-passenger-mod_rails-on-ubuntu-with-rackspace-cloud/" title="Permanent Link to Installing Ruby on Rails 3, MySQL, Git, Ruby Enterprise Edition, Passenger (Mod_Rails) on Ubuntu with Rackspace Cloud.">Installing Ruby on Rails 3, MySQL, Git, Ruby Enterprise Edition, Passenger (Mod_Rails) on Ubuntu with Rackspace Cloud.</a> 
<p>Short and sweet. &#104;&#101;&#114;&#101; all the commands I run &#105;&#110; &#116;&#104;&#105;&#115; order to set up a brand &#110;&#101;&#119; box. &#105;&#116; &#117;&#115;&#117;&#97;&#108;&#108;&#121; takes &#97;&#98;&#111;&#117;&#116; 10 – 15 minutes on a 256 MB RAM instance. Compiling Ruby Enterprise Edition, which is super easy, &#119;&#105;&#108;&#108; take the most amount &#111;&#102; time. &#105;&#116; &#119;&#105;&#108;&#108; seem to &#104;&#97;&#118;&#101; gotten stuck. &#105;&#116; hasn’t. &#105;&#116; just takes a &#108;&#105;&#116;&#116;&#108;&#101; while. </p>
<p># Update, upgrade and install all &#110;&#101;&#99;&#101;&#115;&#115;&#97;&#114;&#121; packages &#102;&#111;&#114; Ruby on Rails server &#105;&#102; you&#8217;ve &#103;&#111;&#116; a fresh Ubuntu slice<br />apt-get update<br />apt-get upgrade</p>
<p>apt-get install build-essential patch libssl-dev libreadline5-dev</p>
<p>apt-get install ruby1.8-dev ruby1.8 ri1.8 rdoc1.8 irb1.8 libreadline-ruby1.8 libruby1.8 libopenssl-ruby imagemagick librmagick-ruby1.8 librmagick-ruby-doc libfreetype6-dev xml-core postfix<br /># postfix &#119;&#105;&#108;&#108; prompt you &#102;&#111;&#114; details<br /># &#117;&#115;&#101; Internet Site and enter &#105;&#110; the domain &#110;&#97;&#109;&#101; you are &#112;&#108;&#97;&#110;&#110;&#105;&#110;&#103; on sending email from </p>
<p>apt-get install apache2 apache2-prefork-dev libapr1-dev libaprutil1-dev libcurl4-openssl-dev git-core mysql-server mysql-client libmysqlclient15-dev libmysql-ruby<br /># mysql &#119;&#105;&#108;&#108; &#97;&#108;&#115;&#111; prompt you to set up a root user account. set the password to be anything you like</p>
<p># &#110;&#101;&#120;&#116;, download the latest release &#111;&#102; ruby enterprise edition &#98;&#117;&#116; when you&#8217;re installing &#105;&#116; on &#121;&#111;&#117;&#114; own machine version numbers and release dates may &#104;&#97;&#118;&#101; changed.<br /># pay attention to the version and release date &#98;&#101;&#102;&#111;&#114;&#101; the file extension. &#105;&#116; &#119;&#105;&#108;&#108; be &#115;&#111;&#109;&#101;&#116;&#104;&#105;&#110;&#103; like<br /># &#8230; 1.8.7-2010.02<br /># &#116;&#104;&#105;&#115; &#119;&#105;&#108;&#108; change to &#115;&#111;&#109;&#101;&#116;&#104;&#105;&#110;&#103; like 2011.03, 2011.04&#8230; etc &#105;&#110; the future.<br /># just double check the paths on when you are installing and &#109;&#97;&#107;&#101; the &#110;&#101;&#99;&#101;&#115;&#115;&#97;&#114;&#121; substitutions</p>
<p># ruby enterprise edition is &#97;&#118;&#97;&#105;&#108;&#97;&#98;&#108;&#101; at http://www.rubyenterpriseedition.com/download.html<br />wget http://rubyforge.org/frs/download.php/71096/ruby-enterprise-1.8.7-2010.02.tar.gz<br />tar xzvf ruby-enterprise-1.8.7-2010.02.tar.gz </p>
<p>./ruby-enterprise-1.8.7-2010.02/installer<br /># &#116;&#104;&#105;&#115; may take a &#108;&#105;&#116;&#116;&#108;&#101; while (just follow the instructions)<br /># and hit enter to install &#105;&#110; default location (recommended) when prompted </p>
<p># and to install passenger (which is mod_rails &#102;&#111;&#114; apache)<br />/opt/ruby-enterprise-1.8.7-2010.02/bin/passenger-install-apache2-module </p>
<p># i take the output from the &#97;&#98;&#111;&#118;&#101; script and add &#105;&#116; to my &#97;&#118;&#97;&#105;&#108;&#97;&#98;&#108;&#101; modules directory<br />vim /etc/apache2/mods-available/passenger.conf</p>
<p># and enter &#115;&#111;&#109;&#101;&#116;&#104;&#105;&#110;&#103; like &#116;&#104;&#105;&#115; &#105;&#110; the newly created file (your version numbers &#119;&#105;&#108;&#108; prob. be different)<br />LoadModule passenger_module /opt/ruby-enterprise-1.8.7-2010.02/lib/ruby/gems/1.8/gems/passenger-3.0.2/ext/apache2/mod_passenger.so<br />PassengerRoot /opt/ruby-enterprise-1.8.7-2010.02/lib/ruby/gems/1.8/gems/passenger-3.0.2<br />PassengerRuby /opt/ruby-enterprise-1.8.7-2010.02/bin/ruby</p>
<p># and &#116;&#104;&#101;&#110; sym link &#105;&#116; to the enabled directory &#115;&#111; that apache knows &#97;&#98;&#111;&#117;&#116; it<br />ln -s /etc/apache2/mods-available/passenger.conf /etc/apache2/mods-enabled/passenger.conf</p>
<p># and now i want to include ruby enterprise edition &#105;&#110; my path &#115;&#111; i add &#105;&#116; to my profile (again &#109;&#97;&#107;&#101; sure the path is correct)<br />vim /etc/profile.d/passenger.sh<br />export PATH=/opt/ruby-enterprise-1.8.7-2010.02/bin:$PATH</p>
<p>. /etc/profile.d/passenger.sh<br /># the &#8220;.&#8221; file &#119;&#105;&#108;&#108; &#109;&#97;&#107;&#101; the setting &#97;&#118;&#97;&#105;&#108;&#97;&#98;&#108;&#101; &#102;&#111;&#114; the current terminal session<br />rails -v<br />ruby -v<br />rake -v<br /># &#115;&#104;&#111;&#117;&#108;&#100; all be working now<br /># and<br />which ruby<br /># &#115;&#104;&#111;&#117;&#108;&#100; point to the ruby enterprise edition under /opt</p>
<p># &#110;&#101;&#120;&#116; i<br /># set up public/private keys<br /># &#115;&#111; i &#99;&#97;&#110; do<br /># ssh localhost &#119;&#105;&#116;&#104;&#111;&#117;&#116; using a password<br />cd<br />test -e ~/.ssh/id_dsa.pub || ssh-keygen -t dsa<br />cat ~/.ssh/id_dsa.pub &gt;&gt; ~/.ssh/authorized_keys2</p>
<p># and finally install git<br />apt-get install git-core</p>
<p>You &#115;&#104;&#111;&#117;&#108;&#100; now &#104;&#97;&#118;&#101; a server ready to server ruby on rails applications!</p>
</p>
<p><a href="http://seanbehan.com/ruby-on-rails/installing-ruby-on-rails-3-mysql-git-ruby-enterprise-edition-passenger-mod_rails-on-ubuntu-with-rackspace-cloud/">Installing Ruby on Rails 3, MySQL, Git, Ruby Enterprise Edition &#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.phatsite.com/ruby_and_rails/installing-ruby-on-rails-3-mysql-git-ruby-enterprise-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Nginx on CentOS 5</title>
		<link>http://blog.phatsite.com/server-maintenance/installing-nginx-on-centos-5/</link>
		<comments>http://blog.phatsite.com/server-maintenance/installing-nginx-on-centos-5/#comments</comments>
		<pubDate>Sun, 25 Jan 2009 23:13:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Server Maintenance]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[openssl]]></category>
		<category><![CDATA[pcre]]></category>
		<category><![CDATA[zlib]]></category>

		<guid isPermaLink="false">http://blog.phatsite.com/?p=8</guid>
		<description><![CDATA[yum install pcre
yum install pcre-devel
yum install openssl-devel
yum install zlib
tar xzvf nginx-0.X.XX.tar.gz (get latest stable version)
yum install gcc
./configure &#8211;sbin-path=/sbin/nginx &#8211;conf-path=/usr/local/nginx/nginx.conf &#8211;pid-path=/usr/local/nginx/nginx.pid &#8211;with-http_ssl_module &#8211;with-md5=auto/lib/md5 &#8211;with-sha1=auto/lib/sha1
make
make install
This will get you off with a nginx server.  Then, you have to configure your conf file and setup some start-up scripts, etc.
]]></description>
			<content:encoded><![CDATA[<p>yum install pcre<br />
yum install pcre-devel<br />
yum install openssl-devel<br />
yum install zlib<br />
tar xzvf nginx-0.X.XX.tar.gz (get latest stable version)<br />
yum install gcc<br />
./configure &#8211;sbin-path=/sbin/nginx &#8211;conf-path=/usr/local/nginx/nginx.conf &#8211;pid-path=/usr/local/nginx/nginx.pid &#8211;with-http_ssl_module &#8211;with-md5=auto/lib/md5 &#8211;with-sha1=auto/lib/sha1<br />
make<br />
make install</p>
<p>This will get you off with a nginx server.  Then, you have to configure your conf file and setup some start-up scripts, etc.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.phatsite.com/server-maintenance/installing-nginx-on-centos-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

