|
|
@@ -44,7 +44,7 @@ Les repositories suivants doivent être clônés dans les sous-répertoires suiv
|
|
|
| apps/metabase | [Voir le repository](https://gitlab.2iopenservice.com/vincent/metabase) | git@gitlab.2iopenservice.com:vincent/metabase.git |
|
|
|
| apps/python-scripts/clonedb | [Voir le repository](https://gitlab.2iopenservice.com/opentalent/clonedb) | git@gitlab.2iopenservice.com:opentalent/clonedb.git |
|
|
|
| apps/frames | [Voir le repository](https://gitlab.2iopenservice.com/opentalent/frames) | git@gitlab.2iopenservice.com:opentalent/frames.git |
|
|
|
-| apps/frames_v3 | [Voir le repository](https://gitlab.2iopenservice.com/opentalent/frames_v3) | git@gitlab.2iopenservice.com:opentalent/frames_v3.git |
|
|
|
+| apps/agenda | [Voir le repository](https://gitlab.2iopenservice.com/opentalent/agenda) | git@gitlab.2iopenservice.com:opentalent/agenda.git |
|
|
|
| apps/ap2i | [Voir le repository](https://gitlab.2iopenservice.com/opentalent/ap2i) | git@gitlab.2iopenservice.com:opentalent/ap2i.git |
|
|
|
| apps/ap2i-doc | [Voir le repository](https://gitlab.2iopenservice.com/vincent/ap2i-doc) | git@gitlab.2iopenservice.com:vincent/ap2i-doc.git |
|
|
|
| apps/app | [Voir le repository](https://gitlab.2iopenservice.com/opentalent/app) | git@gitlab.2iopenservice.com:opentalent/app.git |
|
|
|
@@ -85,7 +85,7 @@ Pour cela, ajouter les lignes suivantes à votre fichier `/etc/hosts`:
|
|
|
127.0.0.1 local.opentalent.fr # Docker 'portail'
|
|
|
127.0.0.1 local.sub.opentalent.fr # Docker 'typo3'
|
|
|
127.0.0.1 local.frames.opentalent.fr # Docker 'frames'
|
|
|
- 127.0.0.1 local.frames_v3.opentalent.fr # Docker 'frames_v3'
|
|
|
+ 127.0.0.1 local.agenda.opentalent.fr # Docker 'agenda'
|
|
|
127.0.0.1 local.blackfire.opentalent.fr # Docker 'blackfire'
|
|
|
127.0.0.1 local.metabase.opentalent.fr # Docker 'metabase'
|
|
|
127.0.0.1 local.ap2i.opentalent.fr # Docker 'ap2i-doc'
|
|
|
@@ -95,6 +95,8 @@ Pour cela, ajouter les lignes suivantes à votre fichier `/etc/hosts`:
|
|
|
127.0.0.1 local.app-v3.opentalent.fr # Docker 'app-v3'
|
|
|
127.0.0.1 local.mercure.opentalent.fr # Docker 'mercure'
|
|
|
127.0.0.1 local.portail-v2.opentalent.fr # Docker 'portail-v2'
|
|
|
+ 127.0.0.1 local.maestro.opentalent.fr # Docker 'maestro'
|
|
|
+ 127.0.0.1 local.nuxt_common.opentalent.fr # Docker 'nuxt_common'
|
|
|
|
|
|
> Attention: les domaines indiqués ici doivent correspondre aux domaines définis dans le fichier `.env`
|
|
|
|
|
|
@@ -282,11 +284,22 @@ Puis lancer :
|
|
|
ln -s .env.docker .env
|
|
|
|
|
|
|
|
|
-#### Docker Frames V3
|
|
|
+#### Docker agenda
|
|
|
|
|
|
Se connecter au docker:
|
|
|
|
|
|
- docker exec -it frames_v3 bash
|
|
|
+ docker exec -it agenda bash
|
|
|
+
|
|
|
+Puis lancer :
|
|
|
+
|
|
|
+ yarn install
|
|
|
+ ln -s .env.docker .env
|
|
|
+
|
|
|
+#### Docker Poratil V2
|
|
|
+
|
|
|
+Se connecter au docker:
|
|
|
+
|
|
|
+ docker exec -it portail_v2 bash
|
|
|
|
|
|
Puis lancer :
|
|
|
|
|
|
@@ -316,6 +329,23 @@ Exécuter :
|
|
|
|
|
|
pip3 install -r requirements.txt
|
|
|
|
|
|
+#### Docker maestro
|
|
|
+
|
|
|
+Se connecter au docker:
|
|
|
+
|
|
|
+ docker exec -it maestro bash
|
|
|
+
|
|
|
+Puis lancer :
|
|
|
+
|
|
|
+ symfony console d:d:c
|
|
|
+ symfony console d:m:m
|
|
|
+ symfony console d:f:l
|
|
|
+ symfony console serve -d
|
|
|
+
|
|
|
+Connexion :
|
|
|
+ user: admin@mail.fr
|
|
|
+ mdp: admin
|
|
|
+
|
|
|
#### (optionnel) Docker phpdoc
|
|
|
|
|
|
Pour générer la PHP-DOC de l'API :
|
|
|
@@ -565,7 +595,7 @@ Ainsi configuré, le docker sera joignable sur le réseau interne à l'adresse `
|
|
|
| app | app | O | 172.20.2.2 | 3002:3000, 3003:3003 | local.app.opentalent.fr / 3002 | - |
|
|
|
| app_v3 | app_v3 | O | 172.20.2.3 | 3009:3000, 24678:24678 | local.app-v3.opentalent.fr / 3000 | - |
|
|
|
| frames | frames | O | 172.20.2.4 | 3004:3004, 3005:3005 | local.frames.opentalent.fr / 3004 | - |
|
|
|
-| frames_v3 | frames_v3 | O | 172.20.2.5 | 3007:3000, 24679:24679 | local.frames-v3.opentalent.fr / 3000 | - |
|
|
|
+| agenda | agenda | O | 172.20.2.5 | 3007:3000, 24679:24679 | local.agenda.opentalent.fr / 3000 | - |
|
|
|
| portail | portail | O | - | - | local.opentalent.fr | - |
|
|
|
| portail_v2 | portail_v2 | O | 172.20.2.6 | 3010:3000, 24680:24680 | local.portail-v2.opentalent.fr / 3000 | - |
|
|
|
| typo3 | typo3 | O | 172.20.3.1 | - | local.sub.opentalent.fr | docker.sub.opentalent.fr, docker.sub.customdomain.fr |
|