Closed alonbg closed 4 years ago
Hi alonbg,
You must follow all steps in the Run
section of README.md, in particular step 4 docker exec netlicensing-demo ./dockerfiles/bin/prj-build.sh
. This script will create the vendor/
directory that you couldn't find. Be patient if you run it for the first time, build takes time for downloading and installing components. Once build script finishes, opening http://localhost:80 should work.
PS: Please disregard warnings / errors from the build script - some components need to be updated, but they are still doing their job.
Working with docker-compose. When trying to access localhost:80 getting error:
docker-compose file maps repo's root to
/var/www/netlicensing-demo
According to autoload.php on line 17:require __DIR__.'/../vendor/autoload.php';
But there is novendor/autoload.php
in git's root.