Skip to content
Snippets Groups Projects

Add Preview to README.md

1 file
+ 13
7
Compare changes
  • Side-by-side
  • Inline
+ 13
7
# Website der Video AG
## Preview
Verfügbar aus dem Fachschaftsnetz
* Demo [http://video-eldfell.fsmpi.rwth-aachen.de](http://video-eldfell.fsmpi.rwth-aachen.de)
* Drehplan [http://video-eldfell.fsmpi.rwth-aachen.de/timetable](http://video-eldfell.fsmpi.rwth-aachen.de/timetable)
## Entwicklung
### Zum Testen:
Hinweis: diese Variante startet eine lokale Testversion der Website, es sind nicht alle Features verfügbar, z.B. LDAP-Login.
@@ -29,16 +35,16 @@ Origin stellt hier euren User da, Upstream das Original der Gruppe videoagwebsit
### Abhängigkeiten
Notwendig:
* python (Version 3)
* python3
* sqlite
* python-flask
* python-requests (wird vom L2P und vom Kalenderimport verwendet, kann nicht optional eingebunden werden)
* python3-flask
* python3-requests (wird vom L2P und vom Kalenderimport verwendet, kann nicht optional eingebunden werden)
Optional (wird für einzelne Features benötigt):
* python-lxml (Campus Import)
* python-ldap (Login mit Fachschaftsaccount)
* python-icalendar (SoGo-Kalenderimport für Sitzungsankündigungen)
* python-mysql-connector (wenn MySQL als Datenbank verwendet werden soll)
* python3-lxml (Campus Import)
* python3-ldap (Login mit Fachschaftsaccount)
* python3-icalendar (SoGo-Kalenderimport für Sitzungsankündigungen)
* python3-mysql-connector (wenn MySQL als Datenbank verwendet werden soll)
Kurzform unter Ubuntu:
`sudo apt install python3 python3-flask sqlite python3-requests python3-lxml python3-ldap3 python3-icalendar python3-mysql.connector`
Loading