Remove howto for projects subcommand and let the CI handle this

This commit is contained in:
Tim Schubert 2018-09-20 17:01:47 +02:00
parent e48e7c693a
commit 16feefaaef

View file

@ -66,17 +66,6 @@ Add this token as `PRIVATE_API_TOKEN` to the [secret variables](https://docs.git
Then generate an SSH deploy key and add the private part as `SSH_PRIVATE_KEY` to the secret variables. Then generate an SSH deploy key and add the private part as `SSH_PRIVATE_KEY` to the secret variables.
The key will be used by the CI script to fetch from the student projects. The key will be used by the CI script to fetch from the student projects.
Set up the the student projects using
```
$ abgabesystem projects -c <some_course> -d <deploy key> -s <students.csv>
```
Here deploy_key is the *PUBLIC* part of the deploy key.
This creates one project per student, that each is forked from a project where your example solutions will be stored (`<course>/solutions/solutions`).
Check that `<course>/solutions/` a contains project for each student.
At last, you can add everyone with permission to view all student solutions to the group of the course. At last, you can add everyone with permission to view all student solutions to the group of the course.
## Checking student solutions ## Checking student solutions