Skip to content

Commit

Permalink
--port flag required
Browse files Browse the repository at this point in the history
Otherwise it will always start on 8080.
  • Loading branch information
perguth committed Jul 23, 2015
1 parent ac5d254 commit 651fd47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -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://<server>:<port>` where `<server>` is your server's url or IP address, and `<port>` is the port you chose in the previous step.

license
Expand Down

0 comments on commit 651fd47

Please sign in to comment.