Skip to content
Snippets Groups Projects
Commit b2d90f14 authored by Simon Künzel's avatar Simon Künzel
Browse files

Fix README.md URLs

parent 84ed966f
No related branches found
No related tags found
1 merge request!3Rollout to production
Pipeline #6035 passed
......@@ -12,11 +12,8 @@ Wenn du Probleme mit 403 Errors hast, sind wahrscheinlich die Berechtigungen dei
Damit der Docker Container funktionieren kann, muss für die "Other" Gruppe jeder Ordner (Auch der Projekt ordner selbst!)
das E**x**ecute Bit und jede Datei das **R**ead bit gesetzt haben.
Es wird ein nginx Server gestartet, welcher unter `localhost:5000` verfügbar ist, und eine uWSGI Instanz welche die API
über den nginx unter `localhost:5000/api` zur Verfügung stellt. Zur Entwicklung ist es auch sinnvoll das
[Frontend](https://git.fsmpi.rwth-aachen.de/videoag/frontend) zu starten. Wenn dieses auf `localhost:3000` verfügbar ist,
stellt der nginx dieses unter `localhost:5000/modern` zur Verfügung (Auf das Frontend muss so indirekt zugegriffen werden,
da es erwartet, dass die API unter derselben Domain/Port verfügbar ist).
Es wird eine uWSGI Instanz gestartet, welcher unter `localhost:5000` verfügbar ist. Zur Entwicklung ist es auch sinnvoll das
[Frontend](https://git.fsmpi.rwth-aachen.de/videoag/frontend) zu starten. Dieses sollte unter `localhost:3000` verfügbar sein.
Im Debug Modus (`DEBUG=True` in der Config) sind die Logindaten: Nutzer: `videoag` Passwort: `videoag`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment