update readme

This commit is contained in:
holzi1005 2024-12-08 18:59:33 +01:00
parent 5e383beec6
commit 548f07fbbe
2 changed files with 5 additions and 7 deletions

View file

@ -10,17 +10,17 @@ su root
To use the setup script for docker-compose, run the following commands. To use the setup script for docker-compose, run the following commands.
```sh ```sh
echo "Execute Docker Install Scipt"
wget https://git.h2-invent.com/Meetling/Docker-Compose/raw/branch/main/installDocker.sh && bash installDocker.sh
echo "Download Setup Script" echo "Download Setup Script"
wget https://git.h2-invent.com/Meetling/Docker-Compose/raw/branch/main/setup.sh wget https://git.h2-invent.com/Meetling/Docker-Compose/raw/branch/main/setup.sh && bash setup.sh
echo "Execute Setup Script" echo "Remove Setup Scripts"
bash setup.sh
echo "Remove Setup Script"
rm setup.sh rm setup.sh
rm installDocker.sh
echo "Execute Docker Compose" echo "Execute Docker Compose"
cd /opt/jitsi-admin && docker-compose up -d cd /opt/jitsi-admin && docker-compose up -d
``` ```
## Working directory ## Working directory
The setup script will clone and add files into the directory /opt/jitsi-admin. The setup script will clone and add files into the directory /opt/jitsi-admin.

View file

@ -11,8 +11,6 @@ echo ""
echo "2. The installer will install CURL and GIT" echo "2. The installer will install CURL and GIT"
apt install curl git -y apt install curl git -y
echo "" echo ""
echo "3. The installer will clone the Docker-Compose Repository" echo "3. The installer will clone the Docker-Compose Repository"
HOME_DIR=/opt/jitsi-admin HOME_DIR=/opt/jitsi-admin