110 lines
2.0 KiB
TeX
110 lines
2.0 KiB
TeX
\documentclass{article}
|
|
|
|
\usepackage[utf8]{inputenc}
|
|
\usepackage{helvet}
|
|
\usepackage[T1]{fontenc}
|
|
\usepackage[ngerman]{babel}
|
|
\usepackage{multicol}[]
|
|
\usepackage{blindtext}
|
|
|
|
\usepackage{fancyhdr}
|
|
\usepackage{geometry}
|
|
\usepackage{abstract}
|
|
\usepackage{acronym}
|
|
|
|
\usepackage{biblatex}
|
|
|
|
\geometry{
|
|
a4paper,margin=25mm
|
|
}
|
|
|
|
\title{\huge{Dev Ops mit Microservices - Gitlab}}
|
|
\date{\today}
|
|
\author{
|
|
\begin{tabular}{ccc}
|
|
\textbf{Roman Schöne} & \textbf{Christopher Schmitt}\\
|
|
2211275 & ???????\\
|
|
roman.schoene@stud.th-mannheim.de & christopher.schmitt@stud.th-mannheim.de
|
|
\end{tabular}\\\\
|
|
Technische Hochschule Mannheim
|
|
}
|
|
\addbibresource{literatur/dms.bib}
|
|
|
|
\renewcommand\familydefault{\sfdefault} % Helvetica
|
|
|
|
\begin{document}
|
|
\pagestyle{fancy}
|
|
%... then configure it.
|
|
\fancyhead{} % clear all header fields
|
|
\fancyhead[L]{Gitlab}
|
|
\fancyhead[R]{DMS - DevOps mit Micro Services}
|
|
\fancyfoot{} % clear all footer fields
|
|
\fancyfoot[LE,RO]{\thepage}
|
|
|
|
\maketitle
|
|
|
|
\begin{abstract}
|
|
\blindtext
|
|
\end{abstract}
|
|
|
|
|
|
|
|
\begin{multicols}{2}
|
|
\tableofcontents
|
|
|
|
\section{Einführung}
|
|
\subsection{Softwarelösung}
|
|
\subsection{Geschichte}
|
|
\subsection{Funktionalitäten}
|
|
\subsection{Aufbau}
|
|
|
|
% Vergleich von Features mit Github möglich
|
|
|
|
\section{CI/CD}
|
|
|
|
%https://docs.gitlab.com/topics/build_your_application/
|
|
\subsection{Gitlab Runner}
|
|
\subsection{Pipelines}
|
|
\subsection{Jobs}
|
|
\subsection{CICD-Komponenten}
|
|
|
|
\section{Anwendungsbeispiel}
|
|
|
|
\subsection{Projekt}
|
|
|
|
%Projektvorstellung
|
|
|
|
\subsection{Konfiguration}
|
|
|
|
\subsection{Artefakte}
|
|
|
|
\section{Evaluierung}
|
|
|
|
\subsection{Vorgehensweise}
|
|
|
|
%Kriterien ausdenken
|
|
|
|
\subsection{Performanz}
|
|
|
|
\subsection{Nachhaltigkeit}
|
|
|
|
|
|
\section{Diskussion}
|
|
\ac{CI/CD}
|
|
|
|
\section{Ausblick}
|
|
|
|
|
|
Hallo Welt \cite{arefeen_continuous_2019}
|
|
\subsection{Geschichte}
|
|
|
|
\section*{Abkürzungsverzeichnis}
|
|
\begin{acronym}[Abkürzungsverzeichnis]
|
|
\acro{CI/CD}{Continuous Integration/Continous Delivery}
|
|
\end{acronym}
|
|
|
|
\printbibliography
|
|
\end{multicols}
|
|
|
|
\end{document}
|