Skip to content

Instantly share code, notes, and snippets.

@djburdick
Created March 19, 2013 20:43
Show Gist options
  • Select an option

  • Save djburdick/5199952 to your computer and use it in GitHub Desktop.

Select an option

Save djburdick/5199952 to your computer and use it in GitHub Desktop.
running multiple local rails servers. #rails
terminal 1: bundle exec rails s
terminal 2: bundle exec rails s -p 3001 -P tmp/pids/server2.pid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment