From 9d4e992c789d57c3f3e4414bdf64ee592c425ff0 Mon Sep 17 00:00:00 2001 From: Lloyd Hilaiel <lloyd@hilaiel.com> Date: Wed, 21 Sep 2011 15:40:42 -0600 Subject: [PATCH] update README with simplified getting started instructions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f8b50acfd..c8ba8292e 100644 --- a/README.md +++ b/README.md @@ -49,13 +49,13 @@ Here's the software you'll need installed: ## Getting started: 1. install node and npm -3. run `./prepare_deps` to install 3rd party libraries and generate keys -3. run the top level *run.js* script: `node ./run.js` +3. run `npm install` to install 3rd party libraries and generate keys +3. run `npm start` to start the servers locally 4. visit the demo application ('rp') in your web browser (url output on the console at runtime) ## Testing -Unit tests can be run by invoking `test.sh` at the top level, and you +Unit tests can be run by invoking `npm test` at the top level, and you should run them often. Like before committing code. To fully test the code you should install mysql and have a well permissions `test` user (can create and drop databases). If you don't have mysql installed, -- GitLab