Skip to content

Instantly share code, notes, and snippets.

@hysios
Created October 10, 2011 06:19
Show Gist options
  • Save hysios/1274735 to your computer and use it in GitHub Desktop.
Save hysios/1274735 to your computer and use it in GitHub Desktop.
shotgun start with thin
Using Thin and starting on port 6000 instead of 9393 (default):
shotgun --server=thin --port=6000 config.ru
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment