Skip to content

Instantly share code, notes, and snippets.

@keokilee
Created March 25, 2015 19:52
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/b650b1f80d658d84ff14 to your computer and use it in GitHub Desktop.
Save keokilee/b650b1f80d658d84ff14 to your computer and use it in GitHub Desktop.
Rails On Windows - HTTPS 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 --ssl --ssl-disable-verify
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment