Serveur

Architecture

architecture serveur

architecture serveur

Prérequis

Installer Docker et Docker-compose

sudo apt-get update
sudo apt-get install curl 
curl -fsSL https://get.docker.com/ | sh
sudo systemctl enable docker
sudo service docker start
sudo groupadd docker
sudo usermod -aG docker $USER

sudo apt-get install python-pip
sudo pip install docker-compose

Installation des services PHYSALIA server

git clone https://github.com/jancelin/physalia.git
cd physalia/server
docker-compose build
docker-compose up -d

Ports

  • Postgresql/postgis : 5433
  • Pgadmin4: 5051
  • grafana: 3000
  • buoy GNSS data tracking: 8090

Login et mot de passe:

https://github.com/jancelin/physalia/blob/main/server/.env

Grafana


Table of contents