Skip to content

Commit

Permalink
dependencies on readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiandeutsch committed Nov 28, 2009
1 parent 3bfc03a commit 7d172bc
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7d172bc

Please sign in to comment.