diff --git a/README.md b/README.md index 02dd040..717a717 100644 --- a/README.md +++ b/README.md @@ -54,4 +54,35 @@ Initialize VRAME sudo rake gems:install rake vrame:bootstrap +Dependencies +------------ + +For those where rake gems:install does not work try adding these dependencies to your environment.rb + + config.gem 'coupa-acts_as_tree', + :lib => 'coupa-acts_as_tree', + :source => 'http://gems.github.com' + + config.gem 'binarylogic-authlogic', + :lib => 'authlogic', + :source => 'http://gems.github.com' + + config.gem 'mislav-will_paginate', + :lib => 'will_paginate', + :source => 'http://gems.github.com' + + config.gem 'mini_magick', + :lib => 'mini_magick' + + config.gem 'thoughtbot-paperclip', + :lib => 'paperclip', + :source => 'http://gems.github.com', + :version => '~>2.3.1' + + config.gem 'norman-friendly_id', + :lib => 'friendly_id', + :source => 'http://gems.github.com' + + config.gem 'daemons' + Copyright (c) 2009 9elements.com, released under the MIT license