<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -30,7 +30,12 @@ In the near future we hope to add:
 
 The following process works to install the dependencies on Ubuntu Hardy:
 
-    sudo apt-get install rubygems git-core postgresql libpgsql-ruby irb libxml-ruby xmlstarlet build-essential libgnuplot-ruby
+    sudo apt-get install rubygems git-core postgresql irb libxml-ruby xmlstarlet build-essential libgnuplot-ruby
+
+    # It's also necessary install a package from Intrepid:
+    wget http://mirrors.kernel.org/ubuntu/pool/universe/libp/libpgsql-ruby/libpgsql-ruby1.8_0.7.9.2008.03.18-1_i386.deb
+    sudo dpkg -i libpgsql-ruby1.8_0.7.9.2008.03.18-1_i386.deb
+
     sudo gem install thin
     ( Select thin 1.0.0 and eventmachine 0.12.6 )
     sudo gem install -v=2.1.0 rails
@@ -48,14 +53,11 @@ The following process works to install the dependencies on Ubuntu Hardy:
  $&gt; apt-get install rails #version 2.1
  $&gt; ln -s /usr/share/rails vendor/rails
 
- == Downloading fgdd.rb
+== Downloading fgdb.rb
 
  $&gt; git clone git://git.ryan52.info/git/fgdb.rb
  $&gt; cd fgdb.rb
 
-If you are going to be doing development, you should use the latest (untested, unreleased, and possibly unusable) trunk:
- $&gt; touch devel
-
 == Reality Check
 
 check if things are installed, and find out what you need to install:
@@ -118,8 +120,9 @@ if you see any failures or errors,
 something is wrong that you should fix or tell us about.
 then start the server and browse in to see things working:
 
- $&gt; thin &amp;
- $&gt; iceweasel http://localhost:3000
+ # Enter your RAILS_ENV here
+ $&gt; thin -e production  &amp;
+ $&gt; x-www-browser http://localhost:3000
 
 for a production server running nginx and thin,
 continue with the following:
@@ -161,4 +164,5 @@ in chronological order of commits:
 * Tim Bauman
 * Eric Davis
 * Lantz Moore
+* Mark Stosberg
 * Ryan Niebur &lt;RyanRyan52@gmail.com&gt;</diff>
      <filename>doc/README_FOR_APP</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5c5c1eb4c4650984af98db6c0c44bbfc4b33015f</id>
    </parent>
  </parents>
  <author>
    <name>markstos</name>
    <email>mark@stosberg.com</email>
  </author>
  <url>http://github.com/markstos/fgdb.rb/commit/8eed86ea36da6b16bd32ecbd5e644c47ea31085c</url>
  <id>8eed86ea36da6b16bd32ecbd5e644c47ea31085c</id>
  <committed-date>2009-04-02T19:17:57-07:00</committed-date>
  <authored-date>2009-04-02T19:17:57-07:00</authored-date>
  <message>More doc refinements, primarily for Ubuntu Hardy installs.</message>
  <tree>b970480d21e61195c17919246797d64fc209d558</tree>
  <committer>
    <name>markstos</name>
    <email>mark@stosberg.com</email>
  </committer>
</commit>
