diff options
author | Olivier Gayot <duskcoder@gmail.com> | 2015-06-09 03:28:36 +0100 |
---|---|---|
committer | Olivier Gayot <duskcoder@gmail.com> | 2015-06-09 03:29:13 +0100 |
commit | ad12c67adcc8e3c0f29814b1b95959ac4b9f4a4d (patch) | |
tree | 0689d4f332346a4ed3001ca9d2757bf2b2c1fd3a | |
parent | 40d8fa1090ed02a1eef99e3f315f6471966eb8ff (diff) |
README: explain how to setup and start
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
-rw-r--r-- | README | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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> & |