public
Description: Git/Subversion browser and changeset viewer
Homepage: http://warehouseapp.com
Clone URL: git://github.com/entp/warehouse.git
entp (author)
Tue Sep 30 10:26:07 -0700 2008
commit  78376218f92e6bdf8b72993d9caa384e5d4a5c66
tree    57d30b9ebf20b4b48e2506fc3fffa8be620a8e79
parent  9be7dcf74c9ae407465aeecc880d3211865f9ad1
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/ Tue Sep 30 10:23:30 -0700 2008 remove license check [entp]
directory config/ Sun Feb 17 23:09:21 -0800 2008 small tweaks with history page, change paginati... [technoweenie]
directory db/ Fri Feb 29 17:28:50 -0800 2008 Add project name to timeline. Fix text-shadow ... [Caged]
directory lib/ Fri Feb 29 17:40:03 -0800 2008 muahahaha [technoweenie]
directory public/ Fri Feb 29 17:28:50 -0800 2008 Add project name to timeline. Fix text-shadow ... [Caged]
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/ Fri Feb 29 17:40:03 -0800 2008 muahahaha [technoweenie]
directory vendor/ Sun Feb 17 23:56:21 -0800 2008 really add diff-display [technoweenie]
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