Skip to content

End of year project for ETNA ( school of advanced digital technologies ), two years project to validate the Master 2. This project is a video analysis of futsal games with a totally cloud-based infrastructure.

Notifications You must be signed in to change notification settings

Franck-Crtx/StatFive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Franck Courtaux
Oct 25, 2022
7b2a3e9 · Oct 25, 2022

History

1 Commit
Oct 25, 2022
Oct 25, 2022
Oct 25, 2022
Oct 25, 2022
Oct 25, 2022
Oct 25, 2022
Oct 25, 2022
Oct 25, 2022
Oct 25, 2022
Oct 25, 2022
Oct 25, 2022
Oct 25, 2022
Oct 25, 2022

Repository files navigation

StatFive

Start the project

Azure AKS

Prerequisites

  • 1 Azure Account
  • 1 Azure AKS Cluster
  • Azure CLI
  • Kubectl
  • Helm CLI
  • OVH Account with a Domain Name
  • Generate API OVH Credentials

Deploy

  • $> az login
  • $> az account set --subscription xxxxxxxxxxxxxxxxxxxxxxxx
  • $> az aks get-credentials --resource-group xxxxxxxx --name xxxxxxxx
  • $> cd Statfive/kubernetes
  • Edit Traefik Ingress Files to match the proxy redirection urls with your domain name
  • Edit Ovh API credentials
  • $> ./deploy.sh
  • go to https://dashboard.{YOUR_DOMAIN}/

Docker-compose

Prerequisites

  • Docker
  • Docker-Compose
  • Letsencrypt
  • Certbot

Generate Certificates

  • $> sudo certbot certonly --server https://acme-v02.api.letsencrypt.org/directory --manual -d '*.{YOUR_DOMAIN}'
  • Change conf in nginx/*.conf files to match the proxy redirection urls with your domain name

Deploy:

About

End of year project for ETNA ( school of advanced digital technologies ), two years project to validate the Master 2. This project is a video analysis of futsal games with a totally cloud-based infrastructure.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published