I'm having an issue with ProcessMaker 4.6 community edition running on a debian machine.
I was triying to install a script language (php) and apparently the script to install relies on a docker container to do this job.
I'm a newbie on the docker stuff, but I understand that when I run my php artisan docker-excecutor-php:install command, when it gets to the point of installing composer, it fails with a error (6) timeout.
Apparently my docker image does not have access to the internet to download composer.
Anyone had this issue before?
thanks.
I've tried to modify the DockerFile for the php executor adding the --network='host' to try to bridge my container network to my host network.
I had a similar problem. I installed Processmaker from bitnami on aws. Everything was smooth until I tried to install the php executor from within the processmaker gui. Nothing showed up. I then tried doing it from cli, but it seems that the executor was already messed up. I had to start a new instance and installed it only from cli and it worked. I followed bitnami's documentation found here bitnami processmaker