django-deployment-book

The Unix system administration guide for Django developers.

Compiling the source

    apt install texlive-latex-extra
    mkvirtualenv ddbook
    pip install -r requirements.txt
    make latexpdf
    make epub

After the above, the PDF should be in _build/latex and the epub in
_build/epub.

GitHub