Hi,
Could you guys give me a hand to run the demo version of CACAO?
I tried to deploy it version but faced some issues during the build:
cacao@P7031:~/docker$ git clone https://github.com/el-bid/cacao.git
Cloning into 'cacao'...
remote: Enumerating objects: 17748, done.
remote: Counting objects: 100% (17748/17748), done.
remote: Compressing objects: 100% (6172/6172), done.
remote: Total 17748 (delta 8292), reused 16838 (delta 7389), pack-reused 0
Receiving objects: 100% (17748/17748), 25.32 MiB | 10.61 MiB/s, done.
Resolving deltas: 100% (8292/8292), done.
cacao@P7031:~/docker$ cd cacao
cacao@P7031:~/docker/cacao$ docker-compose -f demo.yml up -d
service "web" refers to undefined config app_config_web: invalid compose project
#Tried this workaround just to get it to build, but didn't work either
cacao@P7031:~/docker/cacao$ echo > app_config_web
cacao@P7031:~/docker/cacao$ docker-compose -f demo.yml up -d
service "etl" refers to undefined config app_config_etl: invalid compose project
cacao@P7031:~/docker/cacao$ echo > app_config_etl
cacao@P7031:~/docker/cacao$ docker-compose -f demo.yml up -d
service "web" refers to undefined config app_config_web: invalid compose project
cacao@P7031:~/docker/cacao$ echo > app_config_web
cacao@P7031:~/docker/cacao$ docker-compose -f demo.yml up -d
service "etl" refers to undefined config app_config_etl: invalid compose project
cacao@P7031:~/docker/cacao$ echo > app_config_etl
cacao@P7031:~/docker/cacao$ docker-compose -f demo.yml up -d
service "validator" refers to undefined config app_config_validator: invalid compose project
cacao@P7031:~/docker/cacao$ echo > app_config_validator
cacao@P7031:~/docker/cacao$ docker-compose -f demo.yml up -d
service "web" refers to undefined config app_config_web: invalid compose project
cacao@P7031:~/docker/cacao$ ls app_config_
app_config_etl app_config_validator app_config_web
cacao@P7031:~/docker/cacao$ echo > app_config_web
cacao@P7031:~/docker/cacao$ docker-compose -f demo.yml up -d
service "validator" refers to undefined config app_config_validator: invalid compose project
Previously I tried to comment the references to app_config_validator, app_config_web and app_config_etl in demo.yml, but although the aplicantion was built, it didn't work. Most of the components just kept restarting, while etl and validator just exited, even when tryed to run them manually.
Adiotional info
Computer
Processor AMD Ryzen 5 5600G with Radeon Graphics 3.90 GHz
RAM 32,0 GB (usable: 31,4 GB)
Type of System 64 bits Operational System, x64 processor
OS
Edition Windows 11 Pro
Version 21H2
Installation date 09/23/2022
OS Compilation 22000.2003
Experience Windows Experience Pack 1000.22001.1000.0
Virtualized OS
NAME STATE VERSION
- Ubuntu Running 2
docker-desktop-data Running 2
docker-desktop Running 2
Not Installed (following CACAO: Installation Guide steps)
- Firewall ==> Since the purpose of this deploy was tests and evaluation, with no internet exposure, it was considered unecessary at this time.
- GIT ==> Ubuntu's GIT was used (git version 2.34.1).
- Docker ==> Docker Desktop for Windows was used.
Hi,
Could you guys give me a hand to run the demo version of CACAO?
I tried to deploy it version but faced some issues during the build:
Previously I tried to comment the references to app_config_validator, app_config_web and app_config_etl in demo.yml, but although the aplicantion was built, it didn't work. Most of the components just kept restarting, while etl and validator just exited, even when tryed to run them manually.
Adiotional info
Computer
Processor AMD Ryzen 5 5600G with Radeon Graphics 3.90 GHz
RAM 32,0 GB (usable: 31,4 GB)
Type of System 64 bits Operational System, x64 processor
OS
Edition Windows 11 Pro
Version 21H2
Installation date 09/23/2022
OS Compilation 22000.2003
Experience Windows Experience Pack 1000.22001.1000.0
Virtualized OS
NAME STATE VERSION
docker-desktop-data Running 2
docker-desktop Running 2
Not Installed (following CACAO: Installation Guide steps)