From ad12c67adcc8e3c0f29814b1b95959ac4b9f4a4d Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Tue, 9 Jun 2015 03:28:36 +0100 Subject: README: explain how to setup and start Signed-off-by: Olivier Gayot --- README | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README 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 : & -- cgit v1.2.3