Displaying 1 result from an estimated 1 matches for "god_particle".
2013 Jul 01
0
Invoker - 0.1.1 release, A gem for managing processes in development environment
...s a gem for managing processes in development environment. You can
install the gem via:
~> gem install invoker
And you can clone the code from:
http://github.com/code-mancers/invoker
After Installing gem, you need to create a configuration file:
[rails]
directory = /home/gnufied/god_particle
command = zsh -c ''bundle exec rails s -p 5000''
[dj]
directory = /home/gnufied/god_particle
command = zsh -c ''bundle exec ruby script/delayed_job''
[events]
directory = /home/gnufied/god_particle
command = zsh -c ''bundle exec...