I did the following
git clone https://github.com/resourcespace/docker.git resourcespace
docker compose up --build -d
- wait around 5 minutes
- connect to localhost:80
- fill the setup form, with database user and password and provide some email addresses to use
- press begin installtion
I get a blank screen just with the resourcespace logo:
No hint in the logs:
docker compose logs resourcespace -n 100
resourcespace | * Starting periodic command scheduler cron
resourcespace | ...done.
resourcespace | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.23.0.3. Set the 'ServerName' directive globally to suppress this message
Note:
It would be good to get rid of the setup from altogether. In the docker the database coordinates and other configs should come from environment variables.
I did the following
git clone https://github.com/resourcespace/docker.git resourcespacedocker compose up --build -dI get a blank screen just with the resourcespace logo:
No hint in the logs:
Note:
It would be good to get rid of the setup from altogether. In the docker the database coordinates and other configs should come from environment variables.