public
Description: Extensions Manager for software like Spree, RedMine, ...
Homepage:
Clone URL: git://github.com/juanjo/tension.git
name age message
file .gitignore Mon Apr 13 17:53:47 -0700 2009 Check github urls (more or less :P) [juanjo]
file .gitmodules Sun Apr 12 17:52:41 -0700 2009 Validates website of the extension (Not SCM) [Juan José Vidal Agustín]
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/ Wed May 13 06:04:45 -0700 2009 Add a simple preferences system YAML based to m... [juanjo]
directory config/ Wed May 13 06:04:45 -0700 2009 Add a simple preferences system YAML based to m... [juanjo]
directory db/ Mon May 04 18:12:02 -0700 2009 Removed sample data from migrations and replace... [schof]
directory doc/ Sun Apr 12 15:51:35 -0700 2009 The real fist commit [Juan José Vidal Agustín]
directory lib/ Thu May 14 07:57:17 -0700 2009 Removed rake task which did not work as intended. [schof]
directory public/ Sun Apr 12 17:49:33 -0700 2009 Tag Cloud on footer [Juan José Vidal Agustín]
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/ Sun Apr 12 17:52:41 -0700 2009 Validates website of the extension (Not SCM) [Juan José Vidal Agustín]
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