|
@@ -40,10 +40,8 @@ Les repositories suivants doivent être clônés dans les sous-répertoires suiv
|
|
|
| apps/opentalent-config | [Voir le repository](https://gitlab.2iopenservice.com/developper/opentalent-config) | git@gitlab.2iopenservice.com:developper/opentalent-config.git |
|
|
| apps/opentalent-config | [Voir le repository](https://gitlab.2iopenservice.com/developper/opentalent-config) | git@gitlab.2iopenservice.com:developper/opentalent-config.git |
|
|
|
| apps/opentalent-platform | [Voir le repository](https://gitlab.2iopenservice.com/opentalent/opentalent-platform) | git@gitlab.2iopenservice.com:opentalent/opentalent-platform.git |
|
|
| apps/opentalent-platform | [Voir le repository](https://gitlab.2iopenservice.com/opentalent/opentalent-platform) | git@gitlab.2iopenservice.com:opentalent/opentalent-platform.git |
|
|
|
| apps/ot_typo3 | [Voir le repository](https://gitlab.2iopenservice.com/opentalent/ot_typo3) | git@gitlab.2iopenservice.com:opentalent/ot_typo3.git |
|
|
| apps/ot_typo3 | [Voir le repository](https://gitlab.2iopenservice.com/opentalent/ot_typo3) | git@gitlab.2iopenservice.com:opentalent/ot_typo3.git |
|
|
|
-| apps/portail | - | - |
|
|
|
|
|
| apps/metabase | [Voir le repository](https://gitlab.2iopenservice.com/vincent/metabase) | git@gitlab.2iopenservice.com:vincent/metabase.git |
|
|
| 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/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/agenda | [Voir le repository](https://gitlab.2iopenservice.com/opentalent/agenda) | git@gitlab.2iopenservice.com:opentalent/agenda.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 | [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/ap2i-doc | [Voir le repository](https://gitlab.2iopenservice.com/vincent/ap2i-doc) | git@gitlab.2iopenservice.com:vincent/ap2i-doc.git |
|
|
@@ -83,9 +81,7 @@ Pour cela, ajouter les lignes suivantes à votre fichier `/etc/hosts`:
|
|
|
127.0.0.1 local.elasticsearch.opentalent.fr # Docker 'es'
|
|
127.0.0.1 local.elasticsearch.opentalent.fr # Docker 'es'
|
|
|
127.0.0.1 local.admin.opentalent.fr # Docker 'admin'
|
|
127.0.0.1 local.admin.opentalent.fr # Docker 'admin'
|
|
|
127.0.0.1 local.thumbor.opentalent.fr # Docker 'thumbor'
|
|
127.0.0.1 local.thumbor.opentalent.fr # Docker 'thumbor'
|
|
|
- 127.0.0.1 local.opentalent.fr # Docker 'portail'
|
|
|
|
|
127.0.0.1 local.sub.opentalent.fr # Docker 'typo3'
|
|
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.agenda.opentalent.fr # Docker 'agenda'
|
|
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.blackfire.opentalent.fr # Docker 'blackfire'
|
|
|
127.0.0.1 local.metabase.opentalent.fr # Docker 'metabase'
|
|
127.0.0.1 local.metabase.opentalent.fr # Docker 'metabase'
|
|
@@ -280,18 +276,6 @@ Puis lancer :
|
|
|
ln -s .env.docker .env
|
|
ln -s .env.docker .env
|
|
|
|
|
|
|
|
|
|
|
|
|
-#### Docker Frames
|
|
|
|
|
-
|
|
|
|
|
-Se connecter au docker:
|
|
|
|
|
-
|
|
|
|
|
- docker exec -it frames bash
|
|
|
|
|
-
|
|
|
|
|
-Puis lancer :
|
|
|
|
|
-
|
|
|
|
|
- yarn install
|
|
|
|
|
- ln -s .env.docker .env
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
#### Docker agenda
|
|
#### Docker agenda
|
|
|
|
|
|
|
|
Se connecter au docker:
|
|
Se connecter au docker:
|
|
@@ -386,16 +370,6 @@ Puis, lancer:
|
|
|
|
|
|
|
|
yarn dev
|
|
yarn dev
|
|
|
|
|
|
|
|
-### Démarrer le serveur frames et frames v3
|
|
|
|
|
-
|
|
|
|
|
-Si vous ne l'avez pas encore fait, créer le symlink vers le fichier d'environnement :
|
|
|
|
|
-
|
|
|
|
|
- ln -s .env.local .env
|
|
|
|
|
-
|
|
|
|
|
-Puis, lancer:
|
|
|
|
|
-
|
|
|
|
|
- yarn dev
|
|
|
|
|
-
|
|
|
|
|
|
|
|
|
|
## Description des containers
|
|
## Description des containers
|
|
|
|
|
|
|
@@ -456,18 +430,10 @@ Héberge l'application frontend Opentalent, version pré-2021:
|
|
|
Héberge l'application frontend Opentalent v2:
|
|
Héberge l'application frontend Opentalent v2:
|
|
|
<https://gitlab.2iopenservice.com/opentalent/app>
|
|
<https://gitlab.2iopenservice.com/opentalent/app>
|
|
|
|
|
|
|
|
-#### Docker: `portail`
|
|
|
|
|
-
|
|
|
|
|
-Héberge une instance Typo3 version 8.7, qui sert entre autres le portail Opentalent et le site 2iOpenservice
|
|
|
|
|
-
|
|
|
|
|
#### Docker: `typo3`
|
|
#### Docker: `typo3`
|
|
|
|
|
|
|
|
Héberge une instance Typo3 version 9.5, qui sert tous les mini-sites des clients.
|
|
Héberge une instance Typo3 version 9.5, qui sert tous les mini-sites des clients.
|
|
|
|
|
|
|
|
-#### Docker: `frames`
|
|
|
|
|
-
|
|
|
|
|
-Héberge l'application Frames. Voir ici: https://gitlab.2iopenservice.com/opentalent/frames
|
|
|
|
|
-
|
|
|
|
|
#### Docker: `adminassos`
|
|
#### Docker: `adminassos`
|
|
|
|
|
|
|
|
TODO: à quoi il sert?
|
|
TODO: à quoi il sert?
|
|
@@ -608,9 +574,7 @@ Ainsi configuré, le docker sera joignable sur le réseau interne à l'adresse `
|
|
|
| admin | admin | O | 172.20.1.2 | 3000:3000, 3001:3001 | local.admin.opentalent.fr / 3000 | - |
|
|
| admin | admin | O | 172.20.1.2 | 3000:3000, 3001:3001 | local.admin.opentalent.fr / 3000 | - |
|
|
|
| app | app | O | 172.20.2.2 | 3002:3000, 3003:3003 | local.app.opentalent.fr / 3002 | - |
|
|
| 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 | - |
|
|
| 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 | - |
|
|
|
|
|
| agenda | agenda | O | 172.20.2.5 | 3007:3000, 24679:24679 | local.agenda.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 | - |
|
|
|
|
|
| site_logiciels | site_logiciels | O | 172.20.2.6 | 3010:3000, 24680:24680 | local.logiciels.opentalent.fr / 3000 | - |
|
|
| site_logiciels | site_logiciels | O | 172.20.2.6 | 3010:3000, 24680:24680 | local.logiciels.opentalent.fr / 3000 | - |
|
|
|
| typo3 | typo3 | O | 172.20.3.1 | - | local.sub.opentalent.fr | docker.sub.opentalent.fr, docker.sub.customdomain.fr |
|
|
| typo3 | typo3 | O | 172.20.3.1 | - | local.sub.opentalent.fr | docker.sub.opentalent.fr, docker.sub.customdomain.fr |
|
|
|
| adminassos | adminassos | O | - | - | local.v59.opentalent.fr | - |
|
|
| adminassos | adminassos | O | - | - | local.v59.opentalent.fr | - |
|
|
@@ -786,7 +750,7 @@ Faire, dans cet ordre précis:
|
|
|
|
|
|
|
|
sudo systemctl start docker
|
|
sudo systemctl start docker
|
|
|
|
|
|
|
|
-#### Une application nuxt.js (app / frames) ne démarre pas : error 504 memory
|
|
|
|
|
|
|
+#### Une application nuxt.js (app / agenda / site_logiciels) ne démarre pas : error 504 memory
|
|
|
|
|
|
|
|
Vérifier que le fichier .env existe dans le projet. Sinon :
|
|
Vérifier que le fichier .env existe dans le projet. Sinon :
|
|
|
|
|
|