mguymon / warehouse forked from gnarg/warehouse

Warehouse hacked into a rudimentary code review system.

This URL has Read+Write access

Jon Guymon (author)
Tue Nov 25 16:30:16 -0800 2008
commit  c06960a33ec23be08c7fec74d7faf409cdc24adf
tree    2bca58b93e157ecd093a7fb9e9e0a4ac4995f1ce
parent  1bf266be69b4a64e2bcf71ae0f6f3f07421459cd
name age message
file .gitignore Sun Feb 10 23:57:17 -0800 2008 lots of git-related bug fixes [technoweenie]
file CHANGELOG Mon Jan 21 23:19:38 -0800 2008 fix pesky permissions issuse [technoweenie]
file LICENSE Tue Sep 30 10:26:33 -0700 2008 add agpl license [entp]
file README Tue Jun 26 19:45:15 -0700 2007 add quickie install instructions git-svn-id: h... [rick]
file Rakefile Thu May 17 13:19:17 -0700 2007 initial rails app git-svn-id: http://activerel... [rick]
directory app/ Loading commit data...
directory config/
directory db/
directory lib/ Tue Oct 21 18:55:58 -0700 2008 add a default_syntax config option for Uv [entp]
directory public/
directory script/ Thu May 17 13:19:17 -0700 2007 initial rails app git-svn-id: http://activerel... [rick]
directory syntax/ Mon Jan 14 00:30:39 -0800 2008 php syntax bug fix for exponential back-referen... [technoweenie]
directory test/
directory vendor/ Tue Sep 30 10:20:11 -0700 2008 warehouse 1.1.6 release [entp]
README
# quickie install directions
cp config/database.sample.yml config/database.yml
mkdir log 
rake tmp:create
rake db:schema:load

start server, surf to /install