Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mnutt committed Oct 23, 2010
1 parent f42b6ef commit b4aef7b
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions README.md
Expand Up @@ -27,11 +27,7 @@ Installation
# Update submodules
git submodule update --init --recursive
# If you are running a *really* old version of git, you may have to run the following instead:
# git submodule init . && git submodule update .

# If your version of git does not have the --recursive flag, initialize the express submodules
cd deps/express; git submodule update --init; cd ../..

# build the native mongo db driver
cd deps/node-mongodb-native; make

Expand All @@ -47,9 +43,9 @@ To start the analytics server, run the following:
mongod & (or start mongo some other way)
node server.js

To start the web monitor, run:

node monitor.js
By default a dashboard will be run on port 8080. You can disable it for production use in
config/app.json. The dashboard is just html served out of public/; you can serve it using
any webserver.


Specs
Expand All @@ -62,7 +58,7 @@ Specs
Tips
-----

* To run the UI locally but stream data from your production server, use the url http://localhost:8088/?ws_server=your-host.com&ws_port=12345
* To run the UI locally but stream data from your production server, use the url http://localhost:8080/?ws_server=your-host.com&ws_port=12345


Contributors
Expand Down

0 comments on commit b4aef7b

Please sign in to comment.