summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan T <jans.tuomi@gmail.com>2016-01-20 19:34:46 +0200
committerJan T <jans.tuomi@gmail.com>2016-01-20 19:34:46 +0200
commit13ddfcbbf10ab3dff31f625494efebaa0ac210e5 (patch)
tree296b5be5fe7734b891626cd785829e2e4c6e99ab
parent17b89099b36a63ed2854083cdb4cb06f47a41e14 (diff)
Update readme.md
-rw-r--r--readme.md16
1 files changed, 12 insertions, 4 deletions
diff --git a/readme.md b/readme.md
index 2c6a836..8bb6841 100644
--- a/readme.md
+++ b/readme.md
@@ -1,5 +1,5 @@
-#Que
-a simple quesystem implementation
+#Jonokone
+A simple queue system implementation based on [okalintu/Que](https://github.com/okalintu/Que).
##Dependencies
* nodejs
@@ -7,6 +7,14 @@ a simple quesystem implementation
* socket.io
* express.js
+##Installation
+* Clone the repository
+* Install dependencies with ```npm install```
+* Run ```node index.js```
+* Open ```localhost:$PORT``` (default port: 5000)
+
##Usage
- * start with command nodejs index.js port (note that ports under 1000 will require sudo rights)
-* "admin" at path /adm (can be used for example with phone to delete first from que)
+* start with command ```node index.js``` (note that ports under 1000 will require sudo rights)
+* admin mode at ```$PATH/adm``` (can be used to remove the first person from the queue)
+ * example: ```localhost:5000/adm```
+* logging at ```$PATH/log```