summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-08-09 19:38:49 +0300
committerAlon Levy <alon@pobox.com>2015-08-09 19:45:06 +0300
commitaafc58c9e15143dd5239950340579efee5c95979 (patch)
tree1ae5625a7049890f54c783126a4784f4a1578fdd /README.md
parent3b0ec2629ebee58e2b49c614d8addf2e5da23e1c (diff)
initial tests based on karma + jasmine, run with karma start
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/README.md b/README.md
index f5fb95b2..216ecc92 100644
--- a/README.md
+++ b/README.md
@@ -60,6 +60,10 @@ use pip to install all requirements
$ pip install flask
$ pip install gevent-socketio
+Use npm for javascript (client) requirements, currently for development (testing) only, all other external dependencies are part of the repository:
+
+ $ npm install
+
# Running instructions
## Running Rhizi Locally
To run Rhizi locally:
@@ -97,6 +101,11 @@ To update the css files you need [sass](http://sass-lang.com/). To rebuild the c
For dev mode(debbuging, manual file load) use `?debug=1` at end of URL: e.g. `file://rhizifolder/html.index?debug=1`
+Client testing:
+
+ $ npm install
+ $ karma start
+
## Coding Conventions - Ant Scripts
- use underscore as delimiter in var name, eg: <code>pkg_foo_bar</code>
@@ -194,4 +203,4 @@ rz-doc --list-names
creates a new doc called "All Documents" with the contents of all rzdocs in merge.file.
## API(WIP)
-[url]/api/rzdoc/[doc-title]/delete \ No newline at end of file
+[url]/api/rzdoc/[doc-title]/delete