You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Either the deploy process, as described, is broken, or I totally misunderstood the instructions. Among the problems I found:
the container has no postgres DBMS installed (I supplied one form the outside, creating role and database)
an additional migration step was required (prbly because the external DBMS I supplied is postgres16)
the container listens on port 8080 (the docs say 80)
there is no user admin (or otherwise), all records in the users tables have no login field. I added a user through psql AND the ruby console (in the container)
After the instance is up and running a number of functions (notably create prj from template/copy porject) appear not to be working (they post a spinner that never terminates, project is not copied/created).
The text was updated successfully, but these errors were encountered:
there is no user admin (or otherwise), all records in the users tables have no login field. I added a user through psql AND the ruby console (in the container)
After the instance is up and running a number of functions (notably create prj from template/copy porject) appear not to be working (they post a spinner that never terminates, project is not copied/created).
I followed the instructions in the section "All in one container", which appear to be the same as the ones found at https://github.com/opf/openproject/tree/dev/docs/installation-and-operations/installation/docker.
Either the deploy process, as described, is broken, or I totally misunderstood the instructions. Among the problems I found:
The text was updated successfully, but these errors were encountered: