equal
deleted
inserted
replaced
|
1 # Build and deploy |
|
2 |
|
3 ## project folders |
|
4 - platform |
|
5 - platform_web |
|
6 - hashcut |
|
7 - metadatacomposer |
|
8 - |
|
9 |
|
10 ## dev |
|
11 |
|
12 - build docker-compose project ./docker-compose.yaml |
|
13 - start de db, load an existing dump of the database |
|
14 - build and start docker-compose project ./docker-compose.yaml |
|
15 |
|
16 **TODO** : adapt the docker/server/server.dockerfile image to allow live dev. |
|
17 |
|
18 |
|
19 ## Build |
|
20 |
|
21 - set the env variable `REGISTRY_PASSWORD` |
|
22 - Execute the script "./build.sh" |
|
23 |
|
24 |
|
25 ## deploy |
|
26 - in the `sysop/kevin.srv.iri-research.org` folder |
|
27 - ansible-playbook -i hosts --ask-vault-pass ldtplatform.yml |
|
28 |