Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Video AG Infrastruktur
website
Merge requests
!5
Add Preview to README.md
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Closed
Add Preview to README.md
christianv/videoagwebsite:patch-1
into
master
Overview
2
Commits
1
Pipelines
0
Changes
1
Closed
Add Preview to README.md
Christian Volkmann
requested to merge
christianv/videoagwebsite:patch-1
into
master
Oct 27, 2016
Overview
2
Commits
1
Pipelines
0
Changes
1
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
18bb07b1
1 commit,
Oct 27, 2016
1 file
+
13
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
README.md
+
13
−
7
View file @ 18bb07b1
Edit in single-file editor
Open in Web IDE
Show full file
# 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)
*
python
3
*
sqlite
*
python-flask
*
python-requests (wird vom L2P und vom Kalenderimport verwendet, kann nicht optional eingebunden werden)
*
python
3
-flask
*
python
3
-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)
*
python
3
-lxml (Campus Import)
*
python
3
-ldap (Login mit Fachschaftsaccount)
*
python
3
-icalendar (SoGo-Kalenderimport für Sitzungsankündigungen)
*
python
3
-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