Created Getting Started (markdown)

Maël Gangloff
2024-08-25 22:21:21 +02:00
parent 9aad65feb4
commit ef36f975eb

19
Getting-Started.md Normal file

@@ -0,0 +1,19 @@
## Getting Started :rocket:
### Install with Docker
1. Clone the repository
2. Modify environment variables and add static files to customize your instance (see [INSTALL.md](https://github.com/maelgangloff/domain-watchdog/blob/master/INSTALL.md))
3. Pull the latest version of the Domain Watchdog image from Docker Hub.
```shell
docker compose pull
```
4. Start the project in production environment. If you want, you can also build the Docker image to use yourself.
```shell
docker compose up
```
By default, the container listens on http://localhost:8080/, but you can configure this in environment variables. See the [Docker Compose file](https://github.com/maelgangloff/domain-watchdog/blob/master/docker-compose.yml).
### Install from source
> [!NOTE]
> Please see [`INSTALL.md`](https://github.com/maelgangloff/domain-watchdog/blob/master/INSTALL.md) file