<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -22,24 +22,16 @@ h4. Installation
 
 * Create the db:
 	&lt;pre&gt;&lt;code&gt;
-	mysqladmin -uroot create freelancer_development # or whatever ENV you're trying to run it in
+	RAILS_ENV=production rake db:create
 	&lt;/code&gt;&lt;/pre&gt;
 * Load the schema:
 	&lt;pre&gt;&lt;code&gt;
 	rake db:schema:load
 	&lt;/code&gt;&lt;/pre&gt;
-* Copy the sample fixtures:
-	&lt;pre&gt;&lt;code&gt;
-	cp db/bootstrap/pages.sample.yml db/bootstrap/pages.yml
-	cp db/bootstrap/sites.sample.yml db/bootstrap/sites.yml
-	&lt;/code&gt;&lt;/pre&gt;
-* Edit the fixtures:
-	&lt;pre&gt;&lt;code&gt;
-	db/bootstrap/pages.yml
-	db/bootstrap/sites.yml
-	&lt;/code&gt;&lt;/pre&gt;
-* Bootstrap the db:
+* Bootstrap:
 	&lt;pre&gt;&lt;code&gt;
 	rake db:bootstrap:load
 	&lt;/code&gt;&lt;/pre&gt;
-* script/server to start the server - enjoy!
\ No newline at end of file
+* script/server to start the server - enjoy!
+
+hit /admin and use the default login/password combo of: admin/admin
\ No newline at end of file</diff>
      <filename>README.textile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>80ca69ba9b7dcf272a39f8660f0049bdff3e4b75</id>
    </parent>
  </parents>
  <author>
    <name>Jon Maddox</name>
    <email>jon@jonsthoughtsoneverything.com</email>
  </author>
  <url>http://github.com/maddox/freelancer/commit/e5944d0233f03143148f840f61b7ae0ea5efb705</url>
  <id>e5944d0233f03143148f840f61b7ae0ea5efb705</id>
  <committed-date>2008-04-02T12:10:41-07:00</committed-date>
  <authored-date>2008-04-02T12:10:41-07:00</authored-date>
  <message>edited the README for some clarifications</message>
  <tree>5bd1f0d77f158d0fe4a9faf5cdf9168f6e0f637b</tree>
  <committer>
    <name>Jon Maddox</name>
    <email>jon@jonsthoughtsoneverything.com</email>
  </committer>
</commit>
