Updated the tutor version, changed the host name to be more generic, added link to docs.
This commit is contained in:
parent
274f85947c
commit
36ce4d7fdb
@ -20,7 +20,7 @@ fi
|
|||||||
# sudo do-release-upgrade
|
# sudo do-release-upgrade
|
||||||
#### FOLLOW ALL WITH YES ############################
|
#### FOLLOW ALL WITH YES ############################
|
||||||
|
|
||||||
sudo hostnamectl set-hostname christian-light.education
|
sudo hostnamectl set-hostname openedx.vdm.to
|
||||||
sudo apt update
|
sudo apt update
|
||||||
|
|
||||||
sudo mkdir -p /etc/apt/keyrings &&
|
sudo mkdir -p /etc/apt/keyrings &&
|
||||||
@ -61,7 +61,9 @@ sudo usermod -aG docker $USER
|
|||||||
sudo systemctl enable docker.service
|
sudo systemctl enable docker.service
|
||||||
sudo systemctl enable containerd.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
|
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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user