Install from source
System requirements
Section titled "System requirements"sudo apt-get updatesudo apt-get install -y git curl libreoffice poppler-utils
# For the GUI as well:sudo apt-get install -y libxcb-cursor0 libxkbcommon-x11-0sudo dnf install -y git curl libreoffice poppler-utils
# For the GUI as well:sudo dnf install -y libxcb xcb-util-cursor libxkbcommon-x11brew install libreoffice popplerInstall uv
Section titled "Install uv"curl -LsSf https://astral.sh/uv/install.sh | shsource ~/.local/bin/env # or open a new terminalClone and install
Section titled "Clone and install"git clone https://gitlab.com/pepesan/temario-app temario && cd temario
# CLI onlyuv sync
# CLI + desktop GUIuv sync --group gui
# CLI + reactive watchuv sync --group watch
# Everythinguv sync --group gui --group watchVerify the installation
Section titled "Verify the installation"./temario version./temario build courses/ejemploIf everything works you will see the generated files in courses/ejemplo/output/.
Initial setup
Section titled "Initial setup"./temario setupThe wizard asks for the courses directory and other basic preferences. You can also configure manually:
./temario config set courses_dir ~/my-coursesDesktop launcher (optional)
Section titled "Desktop launcher (optional)"To access Temario from the GNOME/KDE application menu:
./scripts/install/icons.shInstalls icons in ~/.local/share/icons/ and creates the .desktop shortcut
in ~/.local/share/applications/. Only needs to be run once after cloning.