Created
June 1, 2017 10:05
-
-
Save evert0n/9b4d6e64122a420b80334d90ba0b6ac6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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