1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
Commit graph

12 commits

Author SHA1 Message Date
Rob Chekaluk
3e9d40c2e0 Starting sidekiq via Capistrano requires a tty and nohup. 2013-12-30 08:44:55 -05:00
Rob Chekaluk
48d1a58b8d Give deployment user write permission to PID_FILE 2013-12-27 08:39:15 -05:00
Rob Chekaluk
560be1fbd8 Allow assigning termination signal via /etc/default or /etc/sysconfig. 2013-12-27 06:29:37 -05:00
Rob Chekaluk
7932d455f1 Use sudo -i switch (simulate initial login) incorporates RVM environment when using RVM. Also chdir into the proper directory since this switch implies using the user home directory. 2013-12-26 13:12:25 -05:00
Rob Chekaluk
fee3301ac3 Allow assigning local default values via /etc/default or /etc/sysconfig. 2013-12-26 13:08:07 -05:00
Rob Chekaluk
9c7eda5f5b Replace hardcoded paths with variables 2013-12-26 13:00:59 -05:00
Mike Perham
bdc36e4c3d Remove environment support in .yml, #1257 2013-10-16 19:24:22 -07:00
Seamus Abshere
8031c8fa4a config files are named X.yml, not X.conf 2012-06-27 11:27:09 -05:00
Seamus Abshere
7e032cc6ad remove unused function per @betelgeuse in https://github.com/engineyard/eycloud-recipe-sidekiq/pull/1 2012-06-27 11:26:19 -05:00
jc00ke
70dc40661a Don't execute sidekiq w/bundle exec in EY chef
Fixes #262
2012-06-21 18:33:30 -07:00
jc00ke
d9793e09b6 Updating chef recipe
Pulled in some updates from the project that spawned the cookbook.
2012-03-21 20:44:21 -07:00
jc00ke
cca7580512 Adding EY-specific chef recipe example
This works on a single instance deploy on EY. Haven't tested it on a
multi-server environment yet.
2012-02-21 19:44:44 -08:00