Replies: 1 comment
|
Thanks for reporting, I can confirm this is a bug: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am attempting to run the Gramps Web Docker setup.
I am following the Deploy With Docker guide and I have made no changes to the docker-compose.yaml file.
The container appears to run just fine, but there is no 'first-run wizard'. There is no login information. There is no helpful information in the logs. There is no helpful information in the setup guide that might reference what the 'first-run wizard' looks like, if it is accessed via a specific URL (http://10.0.1.104/first-run) or if it should be seen in the Terminal window after initial creation. Because new accounts must be verified by an admin or owner, I cannot create an account. All I have is a login page (and a lot of volumes, but it seems like that's how the project likes it).
I have tried installing by creating a docker-compose.yaml file directly on the host, and running sudo docker compose up -d, I have also tried using Portainer's Stacks feature. I have tried on an Intel and an ARM system (each running Ubuntu Server 24.04.2 LTS).
All reactions