diff options
author | Aleš Smodiš <aless@guru.si> | 2015-09-24 14:27:02 +0200 |
---|---|---|
committer | Aleš Smodiš <aless@guru.si> | 2015-09-24 14:27:02 +0200 |
commit | 2839592b2a4282340b1374ec56fe4e3490050cfa (patch) | |
tree | d06b5f981194018d28a8a52f3aa9e8b0e57c94d0 | |
parent | 863d3eb91e4cb9cdb4d781ae90c93d4fecba1121 (diff) |
Updated the readme: scripts/build_web_resources.py must be run before running the whole shebang.
-rw-r--r-- | readme.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -69,6 +69,8 @@ Settings Running ======= + - first build static JSON data with scripts/build_web_resources.py, read its heading comment for details + - the output of the script must go to the data subdirectory of where you have codeq-web - run the prolog interpreter server: swipl prolog/runner/main.pl - run the session daemon: python3 daemon.py - run the web server for client communication: node web/main.js |