Commit ef44d9eea5e4f884f15fa26315a2f62d2c39b8f5

Authored by hitier
2 parents 2b3ef82e 3bf6504d

Update deploy pattterns

CHANGELOG.md
... ... @@ -24,6 +24,12 @@ or major refactoring improvments.
24 24  
25 25 ## Unreleased
26 26  
  27 +## [0.2.pre-5] - 2021-03-19 - More Deploy facilities
  28 +### Changed
  29 +More documentation
  30 +Configuration pattern changed
  31 +
  32 +
27 33 ## [0.2.pre-4] - 2021-03-15 - First Graphs
28 34 ### New
29 35 D3js imports
... ...
INSTALL.md
... ... @@ -3,6 +3,9 @@
3 3 ## Prérequis
4 4  
5 5 - python3
  6 +- sqlite ( pour le développement et les tests unitaires )
  7 +- chrome-driver et chromium ( pour les tests unitaires)
  8 +- postgresql ou mariadb (pour la production)
6 9  
7 10 ## Obtenir un répertoire fonctionnel
8 11  
... ... @@ -13,14 +16,36 @@
13 16  
14 17 python3 -m venv venv
15 18 source venv/bin/activate