Merge pull request 'docs: add deployment docs' (!311) from docs/deployment into main
All checks were successful
Build docs / build-docs (push) Successful in 12s
All checks were successful
Build docs / build-docs (push) Successful in 12s
Reviewed-on: #311 Reviewed-by: Phan Huy Tran <ptran@noreply.localhost>
This commit is contained in:
commit
a411234714
4 changed files with 9 additions and 0 deletions
1
projektdokumentation/.gitignore
vendored
1
projektdokumentation/.gitignore
vendored
|
@ -129,3 +129,4 @@ sympy-plots-for-*.tex/
|
|||
# idea
|
||||
.idea/
|
||||
|
||||
Projektdokumentation.syntex(busy)
|
|
@ -7,3 +7,4 @@
|
|||
\input{Inhalt/Slots.tex}
|
||||
\input{Inhalt/Coinflip.tex}
|
||||
|
||||
\input{Inhalt/Deployment.tex}
|
||||
|
|
7
projektdokumentation/Inhalt/Deployment.tex
Normal file
7
projektdokumentation/Inhalt/Deployment.tex
Normal file
|
@ -0,0 +1,7 @@
|
|||
\section{Deployment}
|
||||
\label{sec:Deployment}
|
||||
Es gibt zwei Server auf denen Instanzen der Applikation laufen.
|
||||
\begin{itemize}
|
||||
\item \textbf{\href{https://casino.simonis.lol/}{Entwicklungsserver}:} Auf dem Entwicklungsserver läuft eine Instanz der Applikation, die für die Entwicklung und das Testen von neuen Features genutzt wird. Diese Instanz ist Lokal bei Constantin gehostet und wird durch einen Cloudflare-Tunnel öffentlich zugänglich gemacht.
|
||||
\item \textbf{\href{https://trustworthy.casino/}{Produktionsserver}:} Auf dem Produktionsserver läuft die finale Version der Applikation, die für die Nutzer zugänglich ist. Diese Instanz ist öffentlich zugänglich und wird von den Nutzern genutzt. Diese Instanz ist auf einem gemieteten Server gehostet. Die Applikation wird durch eine Nginx Reverse-Proxy bereitgestellt, die Anfragen an die \acs{API} und das Frontend weiterleitet und SSL-Zertifikate verwaltet.
|
||||
\end{itemize}
|
Binary file not shown.
Reference in a new issue