public
Description: Another take on Agile project management as a Hobo app. We're actually using this one for real
Clone URL: git://github.com/tablatom/agility2.git
name age message
file .gitignore Tue May 27 03:36:43 -0700 2008 Added dummy gitignore files in log and tmp - tw... [Paul Hedderly]
file .gitmodules Thu Apr 24 09:18:51 -0700 2008 Initial import [tablatom]
file README Thu Apr 24 09:18:51 -0700 2008 Initial import [tablatom]
file README.agility2 Tue May 27 03:47:43 -0700 2008 Added a README.agility2 note about using submod... [Paul Hedderly]
file Rakefile Thu Apr 24 09:18:51 -0700 2008 Initial import [tablatom]
directory app/ Fri Apr 25 05:54:38 -0700 2008 Allowing non-admins to change their password [tablatom]
directory config/ Fri Apr 25 14:17:15 -0700 2008 New hobo version and test_production environment [tablatom]
directory db/ Thu Apr 24 09:18:51 -0700 2008 Initial import [tablatom]
directory doc/ Thu Apr 24 09:18:51 -0700 2008 Initial import [tablatom]
directory log/ Tue May 27 03:36:43 -0700 2008 Added dummy gitignore files in log and tmp - tw... [Paul Hedderly]
directory public/ Fri Apr 25 14:17:15 -0700 2008 New hobo version and test_production environment [tablatom]
directory script/ Thu Apr 24 09:18:51 -0700 2008 Initial import [tablatom]
directory test/ Thu Apr 24 09:18:51 -0700 2008 Initial import [tablatom]
directory tmp/ Tue May 27 03:36:43 -0700 2008 Added dummy gitignore files in log and tmp - tw... [Paul Hedderly]
directory vendor/ Fri Apr 25 14:17:15 -0700 2008 New hobo version and test_production environment [tablatom]
README.agility2
Welcome to Agility2.

To get started with Hobo and Agility2, assuming you are using a git clone, run:

  git submodule init; git submodule update
  ./vendor/hobo/scripts/symlink_plugins

That will setup and pull the right commit of the hobo application into vendor/hobo
and then setup symbolic links to the vendor/plugins directory.