Access online demo : [radar.dariow.fr](https://radar.dariow.fr)
## Dependencies
We use docker containers, so it will be necessary to have Docker and Docker compose.
Installation Guides:
- [docker](https://docs.docker.com/)
- [docker-compose](https://docs.docker.com/compose/install/)
## Install
Configure logins and passwords in the ".env" located in the root of the project (PLEASE USE STRONG PASSWORDS):
```yml
MYSQL_ROOT_PASSWORD=changeme
MYSQL_USER=radar
MYSQL_PASSWORD=changeme
```
Building images using docker-compose.yml:
```shell
docker-compose build
```
Launching containers using the docker-compose.yml file:
```shell
docker-compose up -d
```
The site is now available locally on https://localhost:8888
Or at the ip address of your machine [https://\