1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2024-09-19 18:31:16 +00:00

Remove asciidoctor from server

This commit is contained in:
Mo 2022-05-30 17:32:21 +02:00
parent 5efa921e61
commit 3ad255b1dc
3 changed files with 1 additions and 6 deletions

View file

@ -78,8 +78,6 @@ NOTE: Obviously, the email address is fake.
== ToDo == ToDo
* Deactivate assistants account after a while if not assigned to experiments * Deactivate assistants account after a while if not assigned to experiments
* Statistics + semester review with alerts
* Documentation with Asciidoctor
* Backups * Backups
* Logging * Logging
* Email integration + assistant reminder? * Email integration + assistant reminder?

View file

@ -19,9 +19,6 @@ def main():
box("Pull updates from the git repository") box("Pull updates from the git repository")
run("git pull origin main", cwd=REPO_DIR) run("git pull origin main", cwd=REPO_DIR)
box("Update user docs")
# TODO: Update docs
box("Install latest Poetry packages") box("Install latest Poetry packages")
poetry_update() poetry_update()

View file

@ -20,7 +20,7 @@ def main():
run("sudo apt autoremove") run("sudo apt autoremove")
step("Install needed system packages") step("Install needed system packages")
run("sudo apt install python3 python3-pip python3-venv ufw nginx systemd asciidoctor -y") run("sudo apt install python3 python3-pip python3-venv ufw nginx systemd -y")
step("Install optional system packages") step("Install optional system packages")
run("sudo apt install htop rsync") run("sudo apt install htop rsync")