Closed sgort closed 1 year ago
Hi @sgort!
We're working on it. We'll keep you posted.
Hi @sgort,
We just merged the PR above, could you check if running docker compose up with a new pull returns better results?
Guess it's working now.
Next question... Hoe/waar kom ik in de Common Gateway?
"Omdat OpenCatalogi een Common Gateway plugin is kan je vervolgens simpelweg in de Common Gatewayy naar plugins navigeren, zoeken naar OpenCatalogi, en op installeren klikken." Bron: https://github.com/OpenCatalogi#alternatieve-installatie-route
Hi @sgort,
The common gateway control panel can be found on http://localhost:8000 on default setups.
Die mag in de doc erbij. Ik zal een PR voorbereiden
Guess common-gateway/changeme! aren't the right login credentials?
Hi @sgort,
The default credentials for the common gateway are: no-reply@test.com !ChangeMe!
I hope this helps! Where and how did you find the common-gateway/changeme! credentials?
See network error
Has the PHP container shown the following lines yet?
commonground-gateway-php-1 | [21-Jun-2023 08:18:31] NOTICE: fpm is running, pid 1
commonground-gateway-php-1 | [21-Jun-2023 08:18:31] NOTICE: ready to handle connections
(If not^ the common gateway control panel can't reach the common gateway yet)
Guess not
Ah, seems your gateway hasn't got permission to create its dependency folder yet. Could you create the folder vendor in the api folder and try again?
Created vendor
folder and restarted containers. Same error
Okay, I see you use Ubuntu, in that case it might be wise to run the following commands:
chmod 777 -R api/vendor api/public api/var api/config
chmod 777 api/composer.lock api/composer.json api/src/Logger/SessionDataProcessor.php
Docker and ubuntu manage to create some permission collisions on the gateway unfortunately.
Nice!
Running
docker compose up --build
fails with the following error