summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 976b582..36142b0 100644
--- a/readme.md
+++ b/readme.md
@@ -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