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
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
Commits
b2d90f14
Commit
b2d90f14
authored
11 months ago
by
Simon Künzel
Browse files
Options
Downloads
Patches
Plain Diff
Fix README.md URLs
parent
84ed966f
No related branches found
No related tags found
1 merge request
!3
Rollout to production
Pipeline
#6035
passed
11 months ago
Stage: build
Stage: test
Stage: deploy
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+2
-5
2 additions, 5 deletions
README.md
with
2 additions
and
5 deletions
README.md
+
2
−
5
View file @
b2d90f14
...
...
@@ -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`
...
...
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