Created
December 14, 2012 03:18
-
-
Save migrs/4282436 to your computer and use it in GitHub Desktop.
resque-web をワンライナーで起動 w/Unix domain socket
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruby -rthin -rresque/server -e"Thin::Server.start('/tmp/resque-web.sock'){run Resque::Server.new}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment