Skip to content

Instantly share code, notes, and snippets.

@keokilee
Created March 25, 2015 19:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save keokilee/7266195a3463302dc71f to your computer and use it in GitHub Desktop.
Save keokilee/7266195a3463302dc71f to your computer and use it in GitHub Desktop.
Rails On Windows - HTTP Startup Script
@echo off
CALL “C:\<path to ruby stack>\scripts\setenv.bat”
cd C:\<path to ruby stack>\projects\<project dir>
thin start -p “”%1"” -e production
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment