12 lines
260 B
Bash
12 lines
260 B
Bash
apt install git tmux curl
|
|
|
|
curl -fsSL https://get.docker.com -o get-docker.sh
|
|
sudo sh get-docker.sh
|
|
|
|
git clone https://github.com/stoatchat/self-hosted.git stoat
|
|
cd stoat
|
|
|
|
chmod +x ./generate_config.sh
|
|
./generate_config.sh your.domain.com
|
|
|
|
docker compose up -d |