-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Beni Bichsel
committed
Dec 28, 2018
1 parent
48d9f6c
commit cb6abbf
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,21 +43,21 @@ git clone [email protected]:bichselb/sportdb-helper.git | |
cd sportdb-helper | ||
``` | ||
|
||
- Installation von SportDP Helper: | ||
- Installation von SportDP Helper (fragt nach dem Passwort für die Interaktion mit docker): | ||
|
||
``` | ||
make image | ||
``` | ||
|
||
- (Optional) Cleanup nach Verwendung | ||
- (Optional) Cleanup nach Verwendung (fragt nach dem Passwort für die Interaktion mit docker): | ||
|
||
``` | ||
make clean | ||
``` | ||
|
||
### SportDB Helper | ||
|
||
Um SportDB Helper laufen zu lassen: | ||
Um SportDB Helper laufen zu lassen (fragt nach dem Passwort für die Interaktion mit docker): | ||
|
||
``` | ||
./run.sh --username "js-123456" --password "ABC" --course-id 1234567 ./data/attendance.xls | ||
|