Verified Commit b3c5410e authored by Peter Stanko's avatar Peter Stanko
Browse files

README: how to test the submission

parent 51e41e90
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -59,7 +59,12 @@ Will start the whole backend - portal, worker, celery workers for each component
$ docker-compose up
----

== Test this deployment using the `kontrctl`

[source, shell]
----
$  kontrctl login && kontrctl submit -c testcourse1 -p hw01 -u https://gitlab.fi.muni.cz/grp-kontr2/testing/test-repo.git -D hw01 
----


+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ services:
    - db_nw
    volumes:
    - storage-volume:/tmp
    - ssh-volume:/root/.ssh
    - "${HOME}/.ssh/:/root/.ssh:ro"

  redis:
    image: "redis:alpine"