summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@araneo.org>2015-10-08 16:10:19 +0200
committerTimotej Lazar <timotej.lazar@araneo.org>2015-10-08 16:10:19 +0200
commit347dd54b6dc63f8f3fd5b0032a09ed459d11f527 (patch)
tree1d742be3d4fca52daf5f16705e15e90d88a24e94 /readme.md
parentbf4f718ec0259dc67250abb37ea786f1ad4ee388 (diff)
Get problems from files in build_web_resources
The script now gets the list of languages, groups and problems from the filesystem and inserts missing IDs in the database.
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md12
1 files changed, 2 insertions, 10 deletions
diff --git a/readme.md b/readme.md
index 4246391..8a00863 100644
--- a/readme.md
+++ b/readme.md
@@ -101,16 +101,8 @@ Running
- run the session daemon: python3 daemon.py
- run the web server for client communication: node web/main.js
-Misc.
-=====
-
-Add a new problem to the database by running
-
- python -m scripts.add_problem
-
-in the toplevel directory. This will ask for language and problem group (groups
-can be shared between languages, e.g. Introduction can be used for both Prolog
-and Python). The script will print the ID and path for the new problem.
+Testing
+=======
You can test stuff in a python interpreter: