You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, we only documented how to run the server via Docker.
This adds a short tutorial how to run the server directly from
`./server/app/interfaces/repository.py` without the Docker setup.
Fixes#386
Copy file name to clipboardExpand all lines: server/README.md
+6-26Lines changed: 6 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,45 +90,25 @@ To get a different setup this compose.yaml file can be adapted and expanded.
90
90
91
91
Note that the `Dockerfile` has to be specified explicitly, as the build context must be set to the parent directory of `/server` to allow access to the local `/sdk`.
92
92
93
-
## Running without Docker (Expert Development Only)
93
+
## Running without Docker (Debugging Only)
94
94
95
-
The server can also be run directly on the host system without Docker, NGINX and supervisord. Although this is slower than the initial setup and not suitable for production, it may be useful for expert development.
95
+
The server can also be run directly on the host system without Docker, NGINX and supervisord. Although this is not suitable for production, it may be useful for debugging.
96
96
97
97
> [!warning]
98
98
> Not supported for production systems!
99
99
100
-
The setup must be run on Linux or via WSL, as uWSGI is not properly supported on Windows.
0 commit comments