Skip to content

Instantly share code, notes, and snippets.

@evert0n
Created June 1, 2017 10:05
Show Gist options
  • Save evert0n/9b4d6e64122a420b80334d90ba0b6ac6 to your computer and use it in GitHub Desktop.
Save evert0n/9b4d6e64122a420b80334d90ba0b6ac6 to your computer and use it in GitHub Desktop.
# run/start nsq with pm2
pm2 start nsqlookupd
pm2 start nsqd -- --broadcast-address=192.168.11.9 --lookupd-tcp-address=192.168.11.9:4160
pm2 start nsqadmin -- --http-address 192.168.11.9:4171 --lookupd-http-address :4161
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment