add docker XP

This commit is contained in:
David Daily 2020-01-06 05:05:41 -06:00
parent 50a1340001
commit 7bf0618d65
2 changed files with 14 additions and 5 deletions

View File

@ -42,10 +42,10 @@
\item John Deere AMS Products Troubleshooting
\item Git branching / Continuous Integration
\item Comfortable using Linux
\item \href{https://daviddaily.dev/LaTeX}{\LaTeX \hspace{0.5mm} (what is being used to render this pdf)}
\item \href{https://daviddaily.dev/ahk}{AutoHotKey}
\item \href{https://daviddaily.dev/python}{Python}
% \item \href{https://daviddaily.dev/C\%2B\%2B}{C++ on Linux}
\item \href{https://daviddaily.dev/explore/repos?q=latex}{\LaTeX \hspace{0.5mm} (what is being used to render this pdf)}
\item \href{https://daviddaily.dev/explore/repos?q=ahk}{AutoHotKey}
\item \href{https://daviddaily.dev/explore/repos?q=python}{Python}
\item Docker (how gitea, nginx, and letsencrypt are installed)
\end{itemize}
}
@ -66,7 +66,7 @@
{Utilized a Raspberry Pi to function as DHCP server, block ads by DNS, and to run as an OpenVPN server. The base of this project is \href{https://pi-hole.net/}{PiHole}, a DNS ad blocker built to run on a Raspberry Pi}
\ecvNewLine
\ecvEBSub{Web Server}
{Set up and maintaining a CentOS 7 server to host websites, databases, and projects including AutoHotKey, \LaTeX \hspace{0.5mm} (the tool being used to render this pdf), and Python}
{Set up and maintaining a CentOS 7 server to host websites, databases, and projects including AutoHotKey, \LaTeX \hspace{0.5mm} (the tool being used to render this pdf), and Python. Utilized \href{https://www.docker.com/}{docker} to install \href{https://www.nginx.com/}{nginx}, \href{https://letsencrypt.org/}{letsencrypt}, and \href{https://gitea.io/}{gitea} after having installed them manually on a previous instance of the Web Server}
\ecvNewLine
\ecvEBSub{Self-Hosting a Website}
{Configured the above CentOS 7 installation to host \href{https://daviddaily.dev}{a website (daviddaily.dev)} and its components by using Apache, PHP, and Ajax. SSH and SFTP are secured with private keys.}

9
render.sh Executable file
View File

@ -0,0 +1,9 @@
#!/bin/bash
cd "$(dirname "$0")"
git pull
/usr/bin/pdflatex -file-line-error -interaction nonstopmode Main.tex
rm Main.aux Main.out Main.toc
cp Main.pdf /home/david/fileshare/CV.pdf