Dear all,
I have a problem installing the Sen4CAP version 3.2 on a CentOS 7 system.
After running install.sh from the install_script directory the script installs some prerequisites, including rpms and databases, but later fails with
docker.io/sen4x/l2a-dem:0.1.3
./install.sh: line 313: cd: docker: No such file or directory
ERROR:
Can't find a suitable configuration file in this directory or any
parent. Are you in the right directory?
Supported filenames: docker-compose.yml, docker-compose.yaml
The script tries to change working directory to “docker” on that particular line, but there is simply no “docker” directory.
Did anybody encounter similar situation?
Thank you in advance for any suggestions.