Update README.markdown
This commit is contained in:
parent
4d6432fd96
commit
493d859758
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ how to install and run on your own computer (linux/osx)
|
||||||
- run `npm install`
|
- run `npm install`
|
||||||
- run redis `redis-server`
|
- 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 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.
|
- 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
|
license
|
||||||
-------
|
-------
|
||||||
|
|
Loading…
Add table
Reference in a new issue