Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 373 Bytes

Running-the-project.md

File metadata and controls

23 lines (16 loc) · 373 Bytes

Start the server:

bin/rails s

Start the single worker to proceed with PDF/GDoc generation:

bundle exec rake resque:work

To control the queues precedence and the number of workers, just pass them as variables:

QUEUES=default,low COUNT=3 bundle exec rake resque:workers

To run the specs simple:

RAILS_ENV=test bin/rspec