summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Gayot <duskcoder@gmail.com>2015-06-09 03:28:36 +0100
committerOlivier Gayot <duskcoder@gmail.com>2015-06-09 03:29:13 +0100
commitad12c67adcc8e3c0f29814b1b95959ac4b9f4a4d (patch)
tree0689d4f332346a4ed3001ca9d2757bf2b2c1fd3a
parent40d8fa1090ed02a1eef99e3f315f6471966eb8ff (diff)
README: explain how to setup and start
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
-rw-r--r--README16
1 files changed, 16 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..6426716
--- /dev/null
+++ b/README
@@ -0,0 +1,16 @@
+Requirements
+============
+
+- python-websocket-server (available here
+ https://github.com/Pithikos/python-websocket-server or via pip)
+
+Execution
+=========
+
+Start the python server (it will listen to any connection on port 1236)
+
+ $ ./server.py &
+
+Then configure your webserver to deal with the web pages or use
+
+ $ php -S <listen_addr>:<port> &