diff --git a/README b/README index 42515a8..91f5f28 100644 --- a/README +++ b/README @@ -1,9 +1,15 @@ -To run the Sauropod server: +Hbase & Node pre-requisites $ HBASE/bin/start-hbase.sh $ HBASE/bin/hbase rest start $ cd srv/ $ npm install express hbase node-uuid + +One-time provisioning: + $ node provision.js http://localhost:8000 + +Start the Sauropod server and play with the sandbox! + $ node main.js -$ firefox http://localhost:8000/sandbox \ No newline at end of file +$ firefox http://localhost:8000/sandbox