Update self-hosting.md

pull/119/head
Azalea 2025-02-22 22:52:47 -05:00 committed by GitHub
parent 46e82eae3c
commit 07607a489c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
> [!CAUTION] > [!CAUTION]
> This guide assumes you have basic programming & networking knowledge. > This guide assumes you have basic programming & networking knowledge.
> We will not be answering basic questions like how to set up port forwarding or domain records. > We will not be answering basic questions like how to set up port forwarding or domain records.
> If you're new to self-hosting, please just use our public server in the Usage section above. > If you're new to self-hosting, please just use our public server in the [regular Usage section](https://github.com/hykilpikonna/AquaDX).
1. Install [Docker](https://www.docker.com/get-started/) and [Git](https://git-scm.com/downloads) 1. Install [Docker](https://www.docker.com/get-started/) and [Git](https://git-scm.com/downloads)
2. Run `git clone https://github.com/MewoLab/AquaDX` to clone this repo. 2. Run `git clone https://github.com/MewoLab/AquaDX` to clone this repo.
@ -41,4 +41,4 @@ docker compose up
``` ```
### Building ### Building
You need to install JDK 21 on your system, then run `./gradlew clean build`. The jar file will be built into the `build/libs` folder. You need to install JDK 21 on your system, then run `./gradlew clean build`. The jar file will be built into the `build/libs` folder.