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
Wiki
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jannik Hellenkamp
website
Commits
fe7ea9b0
Commit
fe7ea9b0
authored
8 years ago
by
Andreas Valder
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of git.fsmpi.rwth-aachen.de:videoagwebsite/videoagwebsite
parents
39bfbd12
c3ae7b89
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+6
-1
6 additions, 1 deletion
README.md
with
6 additions
and
1 deletion
README.md
+
6
−
1
View file @
fe7ea9b0
...
...
@@ -6,7 +6,9 @@ Hinweis: diese Variante startet eine lokale Testversion der Website, es sind nic
1.
Repo Clonen
2.
Verzeichnis betreten
3.
(optional) config.py anpassen
3.
(optional) config.py.example anpassen und als config.py neu speichern
(Achtung: per default werden keine Beispieldaten initialisiert und auch kein useraccount
SQLITE_INIT_DATA sollte also wenigstens beim ersten Durchlauf True sein)
4.
Schauen ob alle Dependencies erfüllt sind (siehe weiter unten)
5.
`./run.py`
ausführen
6.
unter
[
http://localhost:5000
](
http://localhost:5000
)
ist die Website verfügbar
...
...
@@ -33,3 +35,6 @@ Optional (wird für einzelne Features benötigt):
*
python-ldap (Login mit Fachschaftsaccount)
*
python-icalendar (SoGo-Kalenderimport für Sitzungsankündigungen)
*
python-mysql-connector (wenn MySQL als Datenbank verwendet werden soll)
Kurzform unter Ubuntu:
sudo apt install python3 python3-pip sqlite python3-requests python3-lxml python-ldap python3-icalendar; pip3 install --upgrade pip; pip3 install Flask python-mysql-connector
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment