mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-11-08 21:21:06 +00:00
Remove asciidoctor from server
This commit is contained in:
parent
5efa921e61
commit
3ad255b1dc
3 changed files with 1 additions and 6 deletions
|
@ -78,8 +78,6 @@ NOTE: Obviously, the email address is fake.
|
|||
== ToDo
|
||||
|
||||
* Deactivate assistants account after a while if not assigned to experiments
|
||||
* Statistics + semester review with alerts
|
||||
* Documentation with Asciidoctor
|
||||
* Backups
|
||||
* Logging
|
||||
* Email integration + assistant reminder?
|
||||
|
|
|
@ -19,9 +19,6 @@ def main():
|
|||
box("Pull updates from the git repository")
|
||||
run("git pull origin main", cwd=REPO_DIR)
|
||||
|
||||
box("Update user docs")
|
||||
# TODO: Update docs
|
||||
|
||||
box("Install latest Poetry packages")
|
||||
poetry_update()
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ def main():
|
|||
run("sudo apt autoremove")
|
||||
|
||||
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")
|
||||
run("sudo apt install htop rsync")
|
||||
|
|
Loading…
Reference in a new issue