Skip to content

Instantly share code, notes, and snippets.

@D3xx73r
Created August 13, 2012 16:46
Show Gist options
  • Save D3xx73r/3342461 to your computer and use it in GitHub Desktop.
Save D3xx73r/3342461 to your computer and use it in GitHub Desktop.
Restart torquebox server
#!/bin/sh
torquebox undeploy
torquebox deploy
torquebox run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment