summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2022-04-27 18:31:52 +0100
committerjwansek <eddie.atten.ea29@gmail.com>2022-04-27 18:31:52 +0100
commit2c891af807fd46b72a539ee99040dee18b3cd6e3 (patch)
treeb10c83596e8d157d8e7cbdfd57797d2b4bd15505 /README.md
parent24dbd9f360be1a533bb33e2506a88fd9af85eac2 (diff)
downloadSmarker-2c891af807fd46b72a539ee99040dee18b3cd6e3.tar.gz
Smarker-2c891af807fd46b72a539ee99040dee18b3cd6e3.zip
Added some sql stuff, fixed bugs with pdf rendering
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 391e73b..0253245 100644
--- a/README.md
+++ b/README.md
@@ -3,4 +3,6 @@ An automated marking system for UEA programming assessments
## Running in docker
-`sudo docker run -v "$(pwd)/../wsData.txt":/wsData.txt -v "$(pwd)/ExampleAssessments/CMP-4009B.yml":/tmp/CMP-4009.yml -v "$(pwd)/../ExampleSubmissions/123456789.zip":/tmp/123456789.zip -e submission=/tmp/123456789.zip -e assessment=/tmp/CMP-4009.yml -e SMARKERDEPS=matplotlib smarker`
+`sudo docker run -v "$(pwd)/../wsData.txt":/wsData.txt -v "$(pwd)/100301654.zip":/tmp/100301654.zip -v "$(pwd)/out/":/out/ -e submission=/tmp/100301654.zip -e assessment=example -e SMARKERDEPS=matplotlib -e format=pdf -e output=/out/100301654.pdf --rm smarker`
+
+`sudo docker run -it --entrypoint python --rm smarker assessments.py --list yes` \ No newline at end of file