1 2 3 4 |
task :start_popper, :roles => :app do
set :use_sudo, false
send(run_method, "RAILS_ENV='production' /lib/daemons/popper_ctl start")
end
|
Pastie
Support Pastie
or read my
Pastie << self
blog
1 2 3 4 |
task :start_popper, :roles => :app do
set :use_sudo, false
send(run_method, "RAILS_ENV='production' /lib/daemons/popper_ctl start")
end
|