<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -3,6 +3,7 @@ load File.join(File.dirname(__FILE__), '..', 'vendor', 'plugins', 'lwt_deploymen
 set :application, &quot;yags&quot;
 set :repository_host, &quot;csforge.calvin.edu&quot;
 set(:repository) { &quot;https://#{repository_host}/svn/#{application}/#{repository_path}&quot; }
+set(:deploy_to) { &quot;/srv/www/#{application}/#{rails_env}&quot; }
 
 # Used for web.disable and web.enable
 role :web, &quot;yags.calvin.edu&quot;</diff>
      <filename>config/deploy.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,2 +1,11 @@
-Use this README file to introduce your application and point to useful places in the API for learning more.
-Run &quot;rake appdoc&quot; to generate API documentation for your models and controllers.
\ No newline at end of file
+To get YAGS running as a developer:
+
+1. Install rcov
+     sudo gem install rcov
+2. Set up your databases, and create an appropriate config/database.yml.
+   --&gt; NEVER commit config/database.yml to svn!
+3. Create a log folder in the main project.
+   --&gt; NEVER commit this folder to svn!
+4. Run the db:migrate rake task.
+5. Run all of the tests.
+6. Enjoy!</diff>
      <filename>doc/README_FOR_APP</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>YAGS_README</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>643a74ec4293c8bb0d4d6315d2f2095c6c5fd203</id>
    </parent>
  </parents>
  <author>
    <name>Jeremy D. Frens</name>
    <email>jdfrens@gmail.com</email>
  </author>
  <url>http://github.com/jdfrens/yags/commit/1b4e2d7b21b698a85ef36991d3aedce64e9d6719</url>
  <id>1b4e2d7b21b698a85ef36991d3aedce64e9d6719</id>
  <committed-date>2007-08-22T13:31:26-07:00</committed-date>
  <authored-date>2007-08-22T13:31:26-07:00</authored-date>
  <message>Tweaked the deploy script some more, and we have a successful deployment!
Also moved the YAGS_README content into doc folder.</message>
  <tree>7a365203176fa3b6de4ca2501720d6af5ce1cf49</tree>
  <committer>
    <name>Jeremy D. Frens</name>
    <email>jdfrens@gmail.com</email>
  </committer>
</commit>
