Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
backend_api
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Package registry
Container registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
videoag
backend_api
Merge requests
!3
Rollout to production
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Rollout to production
master
into
live_production
Overview
0
Commits
5
Pipelines
1
Changes
1
Merged
Simon Künzel
requested to merge
master
into
live_production
1 year ago
Overview
0
Commits
5
Pipelines
1
Changes
1
0
0
Merge request reports
Viewing commit
b2d90f14
Prev
Next
Show latest version
1 file
+
2
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
b2d90f14
Fix README.md URLs
· b2d90f14
Simon Künzel
authored
1 year ago
README.md
+
2
−
5
View file @ b2d90f14
Edit in single-file editor
Open in Web IDE
Show full file
@@ -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`
Loading