public
Fork of juanjo/tension
Description: Extensions Manager for software like Spree, RedMine, ...
Homepage:
Clone URL: git://github.com/railsdog/tension.git
BDQ (author)
Mon Dec 07 02:41:23 -0800 2009
commit  4817725b09142cb348233b88b0b378d79f0a08f0
tree    560563d994c5113fd1a1164f98d0e1df6872637b
parent  ae01422acab389c71b308c7cc70d4feb34c43c7a
name age message
file .gems Sun May 24 10:49:25 -0700 2009 Tweaked the gmail settings. [schof]
file .gitignore Mon Oct 05 00:04:25 -0700 2009 Adding netbeans project to gitignore [swistak]
file .gitmodules Thu May 14 07:55:52 -0700 2009 Removed submodules [schof]
file Capfile Sun Dec 06 13:39:17 -0800 2009 Added deploy.rb [BDQ]
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/ Mon Dec 07 02:41:23 -0800 2009 Correct tag issue, and moved mail_config.rb out... [BDQ]
directory config/ Mon Dec 07 02:41:23 -0800 2009 Correct tag issue, and moved mail_config.rb out... [BDQ]
directory db/ Mon Oct 05 02:42:31 -0700 2009 Password reset functionality [swistak]
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/ Tue Oct 06 03:26:22 -0700 2009 Minor fixes and sliming to index page [swistak]
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/ Mon Dec 07 01:38:29 -0800 2009 Updated taggable plugin, other minor bug fixes. [BDQ]
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