diff --git a/src/Glossary.tex b/src/Glossary.tex index 2322d0b..6adc274 100644 --- a/src/Glossary.tex +++ b/src/Glossary.tex @@ -210,6 +210,7 @@ \newacronym[description={United States Space Command.}]{USSPACECOM}{USSPACECOM}{United States Space Command} \newacronym[description={United States Space Command.}]{SPACECOM}{SPACECOM}{United States Space Command} \newacronym[description={Space Defense Squadron.}]{SDS}{SDS}{Space Defense Squadron} +\newacronym[description={Platform as a Service.}]{PaaS}{PaaS}{Platform as a Service} % POSIX % INDIGO @@ -609,6 +610,12 @@ \footnote{\cite{enwiki:Teledyne_FLIR}} }} +\newglossaryentry{Docker} +{ name={Docker}, + description={is a set of \gls{PaaS} products that use \gls{OS}-level virtualization to deliver software in packages called containers.% + \footnote{\cite{enwiki:Docker}} + }} + % TO ADD % stphot diff --git a/src/Software.tex b/src/Software.tex index 584e52f..d01b948 100644 --- a/src/Software.tex +++ b/src/Software.tex @@ -40,6 +40,10 @@ for a diagram with an overview of the software process. HOWTO set up and configure a \gls{SatNOGS-Optical} \gls{ground-station} prototype. Note: the SatNOGS network is not yet ready for optical data. +For a description of installation using \gls{Docker}, see +section \ref{sec:software-docker}, page \pageref{sec:software-docker}. +For a ``manual'' install, see immediately below. + Setup an \gls{embedded system}, such as a \gls{Raspberry Pi} or an Odroid N2, with \gls{Debian} stable (11/Bullseye) or testing (Bookworm). \index{embedded system}\index{Odroid}\index{Debian} @@ -564,7 +568,7 @@ sure they all have accurate time or processing will be off. \section{KStars with Tracking Mount} \label{sec:software-kstars} -\index{software}\index{KStars}\index{Debian}\index{track}\index{mount +\index{software}\index{KStars}\index{Debian}\index{track}\index{mount} \index{Ekos} \gls{KStars} is an application that has been used for years in the astronomy community. It is well established, well supported and included in \gls{Debian}. @@ -739,3 +743,15 @@ so three devices are appearing. The The Imaging Source camera appears as two \texttt{/dev/video} devices. \index{Odroid}\index{The Imaging Source} + +\section{\texttt{stvid} with Docker} +\label{sec:software-docker} +\index{docker}\index{stvid}\index{Ekman, Daniel} + +Daniel Ekman has created a \gls{Docker} setup for easier installation +and configuration. + +The \gls{Docker} repo is available here: + +* https://github.com/kng/stvid-docker +