From 651fd47aefbb971d9a359b55bba60af14ef5c7a4 Mon Sep 17 00:00:00 2001 From: Per Guth Date: Thu, 23 Jul 2015 16:21:26 +0200 Subject: [PATCH] `--port` flag required Otherwise it will always start on 8080. --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 205c324f..315cc3a1 100644 --- a/README.markdown +++ b/README.markdown @@ -45,7 +45,7 @@ how to install and run on your own computer (linux/osx) - cd to the scrumblr directory; you should see server.js and config.js and other files. - run `npm install` - run redis `redis-server` -- run scrumblr `node server.js 80` where "80" is the port you have opened in your firewall and want scrumblr to run on. +- run scrumblr `node server.js --port 80` where "80" is the port you have opened in your firewall and want scrumblr to run on. - open a browser to `http://:` where `` is your server's url or IP address, and `` is the port you chose in the previous step. license