<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>config/initializers/settings.rb</filename>
    </added>
    <added>
      <filename>lib/tasks/setup.rake</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -2,9 +2,11 @@ h1. Holler
 
 A project inspired by 37signal's &quot;In/Out&quot;:http://www.37signals.com/svn/posts/976-a-peek-at-inout-an-internal-app-at-37signals and &quot;Shout&quot;:http://davidsmalley.com/2008/4/21/shout-at-a-glance-status but with a few extra features.
 
+Check out the &quot;Holler demo&quot;:http://www.hollerapp.com
+
 h2. Install
 
-&quot;Get Holler&quot;:http://github.com/zachinglis/holler/tree/master.  Once you've got the application extracted, you need to first create a database.yml file in your application's config directory.  Next, it is very important that you create a site_keys.rb file in the initializers directory.  An example file is provided for you to edit - make sure you rename it to just site_keys.rb.  Once these two steps are completed, simply start up whatever webserver you enjoy and sign up.
+&quot;Get Holler&quot;:http://github.com/zachinglis/holler/tree/master.  Once you've got the application extracted, you can run rake setup:app to get started quickly. You may also want to edit settings.rb and change the ADMIN_EMAIL.
 
 h2. Credits
 </diff>
      <filename>README.textile</filename>
    </modified>
    <modified>
      <diff>@@ -7,7 +7,7 @@ class UserMailer &lt; ActionMailer::Base
   protected
     def setup_email(user)
       @recipients  = &quot;#{user.email}&quot;
-      @from        = &quot;ADMINEMAIL&quot;
+      @from        = ADMIN_EMAIL
       @subject     = &quot;[HOLLER] &quot;
       @sent_on     = Time.now
       @body[:user] = user</diff>
      <filename>app/models/user_mailer.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>47a5161ef371c12898db40d0ea61c72a69b95a1b</id>
    </parent>
  </parents>
  <author>
    <name>Jeremy Durham</name>
    <email>jeremydurham@gmail.com</email>
  </author>
  <url>http://github.com/zachinglis/holler/commit/7660fcafe39e5d97fa715ebbaca64663507d584f</url>
  <id>7660fcafe39e5d97fa715ebbaca64663507d584f</id>
  <committed-date>2009-02-05T20:57:43-08:00</committed-date>
  <authored-date>2009-02-05T20:57:43-08:00</authored-date>
  <message>Updated README to reference rake setup:app and hollerapp.com
Removed ADMINEMAIL from user_mailer
Added settings initializer and added ADMIN_EMAIL setting
Added setup:app, setup:database_yml, and setup:generate_site_key tasks</message>
  <tree>2f2b56d7959a986813f668a94b3eac2b11c0ecd3</tree>
  <committer>
    <name>Jeremy Durham</name>
    <email>jeremydurham@gmail.com</email>
  </committer>
</commit>
