Skip to content
Snippets Groups Projects
Commit ade3a3a5 authored by Antoine Gaudron-Desjardins's avatar Antoine Gaudron-Desjardins
Browse files

Merge branch 'update-todo' into 'main'

added Deployment section to README

See merge request !51
parents 89beed00 007926d6
Branches
No related tags found
1 merge request!51added Deployment section to README
Pipeline #44470 failed
...@@ -82,3 +82,9 @@ The estimated number of people is obtained by summing on all pixels of the densi ...@@ -82,3 +82,9 @@ The estimated number of people is obtained by summing on all pixels of the densi
## Documentation ## Documentation
- Documenter le projet au maximum - Documenter le projet au maximum
- Réfléchir à opensourcer (ça peut permettre d'étendre plus facilement à d'autre RU) - Réfléchir à opensourcer (ça peut permettre d'étendre plus facilement à d'autre RU)
## Déploiement
- Monitorer la VM de prod avec Datadog
- Écrire un rôle Ansible de déploiement en prod
- Monitorer la VM de staging avec Datadog
- Écrire un rôle Ansible de déploiement en staging
restaurants = [
{
"restaurant": "local",
"a_factor": 30,
"b_factor": 120,
"cameras":
[
{
"IP": "10.148.38.3",
"user": "viarezocam",
"password": "superponey",
"stream": "stream1",
"mask_points":
[
[
[70, 370],
[420, 720],
[1280, 720],
[1280, 250],
[930, 215],
[450, 550],
[130, 350]
]
],
"checkouts":
[
{
"x1": 380,
"x2": 435,
"y1": 740,
"y2": 780
},
{
"x1": 300,
"x2": 350,
"y1": 830,
"y2": 880
}
]
}
]
}
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment