Skip to content

Instantly share code, notes, and snippets.

@jmerriweather
Last active November 8, 2016 10:37
Show Gist options
  • Save jmerriweather/792c5991278032670e94153f14de3df7 to your computer and use it in GitHub Desktop.
Save jmerriweather/792c5991278032670e94153f14de3df7 to your computer and use it in GitHub Desktop.
set PORT=4001
iex --name n1@127.0.0.1 --erl "-config sys.config" -S mix phoenix.server
REM -- In new console window
set PORT=4002
iex --name n2@127.0.0.1 --erl "-config sys.config" -S mix phoenix.server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment