Skip to content

Commit

Permalink
Updating readme to point bundle install to this repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
thisduck committed Feb 24, 2012
1 parent 62def05 commit 1540494
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -5,11 +5,11 @@
Add the gems to your Gemfile: Add the gems to your Gemfile:


gem 'delayed_job' gem 'delayed_job'
gem 'delayed_job_mongo_mapper' gem 'delayed_job_mongo_mapper' => :git => "git://github.com/thisduck/delayed_job_mongo_mapper.git"


After running `bundle install`, create the indexes (and don't forget to do this on your production database): After running `bundle install`, create the indexes (and don't forget to do this on your production database):


script/rails runner 'Delayed::Backend::MongoMapper::Job.create_indexes' rails runner 'Delayed::Backend::MongoMapper::Job.create_indexes'


That's it. Use [delayed_job as normal](http://github.com/collectiveidea/delayed_job). That's it. Use [delayed_job as normal](http://github.com/collectiveidea/delayed_job).


Expand Down

0 comments on commit 1540494

Please sign in to comment.