|
@@ -255,14 +255,19 @@ Enfin, revenir à la racine du projet:
|
|
|
|
|
|
|
|
> Plus d'infos ici: <https://gitlab.2iopenservice.com/opentalent/ot_typo3/-/blob/master/doc/docker.md>
|
|
> Plus d'infos ici: <https://gitlab.2iopenservice.com/opentalent/ot_typo3/-/blob/master/doc/docker.md>
|
|
|
|
|
|
|
|
|
|
+#### Docker python-scripts
|
|
|
|
|
+
|
|
|
|
|
+Exécuter :
|
|
|
|
|
+
|
|
|
|
|
+ pip3 install -r requirements.txt
|
|
|
|
|
|
|
|
#### (optionnel) Docker phpdoc
|
|
#### (optionnel) Docker phpdoc
|
|
|
|
|
|
|
|
-Pour générer la PHP DOC de l'API:
|
|
|
|
|
|
|
+Pour générer la PHP-DOC de l'API :
|
|
|
|
|
|
|
|
docker run --rm -v /opt/opentalent/apps/api/src/:/data -v /opt/opentalent/apps/apidoc:/output phpdoc/phpdoc:3.1 -d /data -t /output
|
|
docker run --rm -v /opt/opentalent/apps/api/src/:/data -v /opt/opentalent/apps/apidoc:/output phpdoc/phpdoc:3.1 -d /data -t /output
|
|
|
|
|
|
|
|
-Le documentation devrait ensuite être accessible à: <http://local.api-doc.opentalent.fr>
|
|
|
|
|
|
|
+La documentation devrait ensuite être accessible à: <http://local.api-doc.opentalent.fr>
|
|
|
|
|
|
|
|
|
|
|
|
|
## Démarrer les dockers
|
|
## Démarrer les dockers
|