cloud-computing/glusterfs/setup.sh
Julian Doberauer e4ce1ccffd Update setup.sh
2023-06-17 11:03:03 +00:00

17 lines
392 B
Bash

#!/bin/bash
BASE_URL=https://git.cringe-studios.com/CringeStudios/cloud-computing/raw/branch/main/glusterfs
HOSTNAME=team07-glusterfs-0
apt update
apt install -y docker docker-compose
hostnamectl set-hostname $HOSTNAME
systemctl enable --now docker
cd /home/ubuntu
wget -O docker-compose.yml $BASE_URL/docker-compose.yml
wget -O my.layout $BASE_URL/my.layout
sfdisk /dev/sdb < my.layout