Implement drone.io plugin type container for uploading course data to the API #66
Labels
area: API
Issues that affect the API
priority: medium
type: feature
New feature or change to a feature
Requires API: #65
Using the container would look something like this:
docker run --rm \ -w /data/ \ -v "$(pwd):/data/:ro" \ -e PLUGIN_API=http://172.16.0.1:8080/api/ \ -e PLUGIN_API_TOKEN=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJkZWZfY291cnNlIn0.SnjF78daKOfCwqMuljTQvVMg3C5HyvdAknKF2eVjdwo \ apluslms/deploy-mooc-grader
Where
$(pwd)
should yield course directory, which has been build usingroman
(ordocker-compile.sh
).Tools to consider:
test.py
,access.py
,dataset.py
,parser.py
and schemasExtra info:
Comments
The text was updated successfully, but these errors were encountered: