pivotal/projectmonitor

View on GitHub
Procfile.development

Summary

Maintainability
Test Coverage
web: bundle exec unicorn -p $PORT -c ./config/unicorn.rb
worker: bundle exec rake jobs:work
poller: rake projectmonitor:poller
guard: guard
log: tail -f log/development.log
jasmine: rake jasmine