public
Description: In/Out style app.
Homepage: http://zachinglis.com
Clone URL: git://github.com/zachinglis/holler.git
Click here to lend your support to: holler and make a donation at www.pledgie.com !
holler /
name age message
file .gitignore Tue Jun 24 10:54:23 -0700 2008 Fixing .gitignore [zachinglis]
file README.textile Mon Jul 28 19:56:15 -0700 2008 Adding CREDITS to README [zachinglis]
file Rakefile Sat Jun 21 19:54:28 -0700 2008 Bare rails project [zachinglis]
file TODO.textile Sun Jun 22 21:08:57 -0700 2008 Updating TODO [zachinglis]
directory app/ Sun Jul 27 18:57:58 -0700 2008 fixing typo [bumi]
directory config/ Sun Jul 27 18:54:35 -0700 2008 add route for tag search [bumi]
directory db/ Sat Jun 21 22:45:31 -0700 2008 Fixing up restful authentication the way i like it [zachinglis]
directory doc/ Sat Jun 21 19:54:28 -0700 2008 Bare rails project [zachinglis]
directory lib/ Sun Jun 22 11:19:09 -0700 2008 Statuses ordered by date, then by users [zachinglis]
directory public/ Sun Jul 27 18:12:18 -0700 2008 hack to_json serialization issue with :methods ... [bumi]
directory script/ Sat Jun 21 21:32:44 -0700 2008 Fixing up associations and spec issues [zachinglis]
directory spec/ Mon Jun 23 18:33:30 -0700 2008 Fixed status to redirect correctly [zachinglis]
directory stories/ Sat Jun 21 21:32:44 -0700 2008 Fixing up associations and spec issues [zachinglis]
directory tmp/ Sat Jun 21 20:09:29 -0700 2008 updating what git should ignore [zachinglis]
directory tools/ Sun Jul 27 18:12:18 -0700 2008 hack to_json serialization issue with :methods ... [bumi]
directory vendor/ Sat Jul 26 16:06:18 -0700 2008 added serialize_fu plugin [bumi]
README.textile

Holler

A project inspired by 37signal’s In/Out and Shout but with a few extra features.

Install

Get Holler. 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.

Credits