study-dashboard/docs/portfolio/phase3/installationsanleitung.tex

33 lines
1.2 KiB
TeX

\documentclass[12pt]{article}
\input{../preamble.tex}
\begin{document}
\documentinfo{Installationsanleitung}{Portfolioteil 3 (max. 1 Seite)}
\section{Voraussetzungen}
\begin{itemize}[leftmargin=*]
\item Betriebssystem: Windows 10/11 (getestet) oder Linux.
\item Python-Version: 3.10+ (64-bit).
\item Git f\"ur den Download des Repository.
\end{itemize}
\section{Schritte}
\begin{enumerate}[leftmargin=*]
\item Repository klonen: \texttt{git clone <GitHub-Link> study-dashboard}.
\item In das Verzeichnis wechseln: \texttt{cd study-dashboard}.
\item Abh\"angigkeiten installieren: \texttt{bash scripts/bootstrap.sh}.
\item Anwendung starten: \texttt{bash scripts/run-app.sh}.
\item Tests/QA (optional): \texttt{bash scripts/run-qa.sh}.
\end{enumerate}
\section{Bekannte Einschr\"ankungen}
\begin{itemize}[leftmargin=*]
\item \textit{Beispiel:} Keine automatische myCampus-Integration; Datenimport aktuell manuell.
\item \textit{Beispiel:} Gepr\"ufte Plattform: Windows 11 / Linux; macOS nicht getestet.
\end{itemize}
\section{Support}
Kontakt: \texttt{<E-Mail-Adresse>} f\"ur R\"uckfragen. GitHub-Issues k\"onnen f\"ur Fehlermeldungen genutzt werden.
\end{document}