Skip to content
Snippets Groups Projects
Commit 319c9ad8 authored by Andreas Valder's avatar Andreas Valder
Browse files

added informations on howto test and develop this website; closes #5

parent 396a4a56
No related branches found
No related tags found
No related merge requests found
# Website der Video AG
## Entwicklung
### Zum Testen:
Hinweis: diese Variante startet eine lokale Testversion der Website, es sind nicht alle Features verfügbar, z.B. LDAP-Login.
1. Repo Clonen
2. Verzeichnis betreten
3. (optional) config.py anpassen
4. Schauen ob alle Dependencies erfüllt sind (siehe weiter unten)
5. `./run.py` ausführen
6. unter [link](http://localhost:5000) ist die Website verfügbar
7. Moderatorlogin mit user: `videoag` Passwort: `videoag`
### Zum Mitmachen:
1. Repo zum User clonen, dafür den "Clone-Button auf der Website verwenden
2. Weiter mit 'Zum Testen'
3. Änderungen machen
4. ins eigene Repo pushen
5. Pull-Request an uns, dazu unter "Merge-Requests" einmal auf "New Merge Request" und das Private Repo auswählen.
6. Warten
7. Wir mergen die Änderungen
### Dependencies
* python
* flask
* sqlite
* lxml (optional, wird für den Campus Import benötigt)
# Lizenz
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License Version 2
as published by the Free Software Foundation;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment