public
Fork of railsdog/tension
Description: Extensions Manager for software like Spree, RedMine, ...
Homepage:
Clone URL: git://github.com/BDQ/tension.git
name age message
file .gems Sun May 24 10:49:25 -0700 2009 Tweaked the gmail settings. [schof]
file .gitignore Mon Apr 13 17:53:47 -0700 2009 Check github urls (more or less :P) [juanjo]
file .gitmodules Thu May 14 07:55:52 -0700 2009 Removed submodules [schof]
file README Wed May 13 05:30:45 -0700 2009 Some instructions to install the app [juanjo]
file Rakefile Sun Apr 12 15:51:35 -0700 2009 The real fist commit [Juan José Vidal Agustín]
directory app/ Loading commit data...
directory config/
directory db/ Wed May 13 19:54:19 -0700 2009 Improved the GitHub stuff. [schof]
directory doc/ Sun Apr 12 15:51:35 -0700 2009 The real fist commit [Juan José Vidal Agustín]
directory lib/ Mon May 04 18:27:32 -0700 2009 Added the more flexible YAML based configuratio... [schof]
directory public/
directory script/ Sun Apr 12 15:51:35 -0700 2009 The real fist commit [Juan José Vidal Agustín]
directory test/ Sun Apr 12 17:42:15 -0700 2009 Tagging support for extensions [Juan José Vidal Agustín]
directory vendor/ Thu May 14 08:30:44 -0700 2009 Another attempt at fixing plugins. [schof]
README
# Tension
Extensions Manager for software like Spree, RedMine, ...


To install:

  cp config/database.yml.example config/database.yml
  git submodule init
  git submodule update
  sudo rake gems:install
  sudo gem i ruby-github (i've problems to add this gem in environment.rb)
  rake db:sample (Create admin user and sample data)
  ./script/server