Skip to content
Snippets Groups Projects
Commit 4bdb660a authored by Rodrigo Goncalves's avatar Rodrigo Goncalves
Browse files

Fix to integrate commands to prepare environment

parent 4109826e
No related branches found
No related tags found
4 merge requests!25Resolve "CI/CD for SmartDataContext",!24Resolve "Fixes and optimizations for SmartDataContext",!23Resolve "SI Units for Ingress data from TikiWiki",!22Resolve "Unstructured SmartDataContext storage"
This commit is part of merge request !25. Comments created here will be created in the context of that merge request.
...@@ -89,7 +89,14 @@ echo ### Cleaning the environment... ...@@ -89,7 +89,14 @@ echo ### Cleaning the environment...
cd .. cd ..
docker compose --profile test down -v docker compose --profile test down -v
docker system prune -a -f docker system prune -a -f
cp bin/smartdata/Config.php.template bin/smartdata/Config.php
sed -i '/443:443/d' docker-compose.yml
sed -i '/9000:9000/d; /9001:9001/d' docker-compose.yml
sed -i '/ports:/d' docker-compose.yml
docker compose --profile test up --build -d web mariadb cassandra cassandra-setup mongo minio tikiwikidb-test smartdata-context-api docker compose --profile test up --build -d web mariadb cassandra cassandra-setup mongo minio tikiwikidb-test smartdata-context-api
cd docker cd docker
# Path to the health check script # Path to the health check script
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment