Updated the tutor version, changed the host name to be more generic, added link to docs.

This commit is contained in:
Llewellyn van der Merwe 2023-02-21 11:19:05 +02:00
parent 274f85947c
commit 36ce4d7fdb
Signed by: Llewellyn
GPG Key ID: A9201372263741E7
1 changed files with 5 additions and 3 deletions

View File

@ -20,7 +20,7 @@ fi
# sudo do-release-upgrade
#### FOLLOW ALL WITH YES ############################
sudo hostnamectl set-hostname christian-light.education
sudo hostnamectl set-hostname openedx.vdm.to
sudo apt update
sudo mkdir -p /etc/apt/keyrings &&
@ -61,7 +61,9 @@ sudo usermod -aG docker $USER
sudo systemctl enable docker.service
sudo systemctl enable containerd.service
sudo curl -L "https://github.com/overhangio/tutor/releases/download/v15.1.0/tutor-$(uname -s)_$(uname -m)" -o /usr/local/bin/tutor
sudo curl -L "https://github.com/overhangio/tutor/releases/download/v15.3.0/tutor-$(uname -s)_$(uname -m)" -o /usr/local/bin/tutor
sudo chmod 0755 /usr/local/bin/tutor
tutor local launch
# see commands here: https://docs.tutor.overhang.io/dev.html#first-time-setup
# tutor local launch