summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorAleš Smodiš <aless@guru.si>2015-09-24 14:27:02 +0200
committerAleš Smodiš <aless@guru.si>2015-09-24 14:27:02 +0200
commit2839592b2a4282340b1374ec56fe4e3490050cfa (patch)
treed06b5f981194018d28a8a52f3aa9e8b0e57c94d0 /readme.md
parent863d3eb91e4cb9cdb4d781ae90c93d4fecba1121 (diff)
Updated the readme: scripts/build_web_resources.py must be run before running the whole shebang.
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