Skip to content

Instantly share code, notes, and snippets.

@mikewadhera
Created May 19, 2009 01:21
Show Gist options
  • Save mikewadhera/113855 to your computer and use it in GitHub Desktop.
Save mikewadhera/113855 to your computer and use it in GitHub Desktop.
#!/bin/sh
echo "Starting memcached in background..."
memcached &
echo "Starting OpenMQ broker in background..."
imqbrokerd -silent &
echo "Starting background_tasks queue processor in background..."
jruby script/queue_processor >/dev/null 2>&1 &
echo "Starting Jetty Rails..."
jruby --headless -S jetty_rails
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment