hfbzthesis/chapters/deploy.tex

36 lines
929 B
TeX
Raw Normal View History

2024-08-13 13:25:46 +08:00
\chapter{部署}
\section{Clone克隆Git 仓库}
使用 git clone 命令,如下:
\lstset{language = bash, style = lgeneral}
\begin{lstlisting}
$ git clone https://git.thehrz.net/thehrz/yigedinglia.git && cd yigedinglia
\end{lstlisting}
由于于网络原因,此步骤可能十分缓慢或失败。
\section{Docker Compose 部署}
\lstset{language = bash, style = lgeneral}
\begin{lstlisting}
$ docker compose up --build -d
\end{lstlisting}
由于于网络原因,此步骤可能十分缓慢或失败。
\section{测试服务器}
本项目也提供一个测试服务器,包含所有功能,欢迎使用。由于部署于中国香港,在中国大陆访问响应时间较长。如图 \ref{fig:ping}
\begin{figure}[H]
\centering
\includegraphics[width=8cm]{ping.png}
\caption{}
\label{fig:ping}
\end{figure}
地址: \href{https://yigedinglia.thehrz.net/}{https://yigedinglia.thehrz.net/}