Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. # OpenProject ### docker-compose ``` git clone --depth=1 --branch=release/10.4 https://github.com/opf/openproject docker-compose up -d docker-compose down ``` ### hostname nginx ``` server { server_name XXX; location / { proxy_set_header X-Forwarded-Host $host:$server_port; proxy_set_header X-Forwarded-Server $host; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_pass http://127.0.0.1:8080; proxy_set_header Host $host; } ``` ## ERROR ### An internal error has occured. super: no superclass method `hierarchy=' for #<Relation > ``` git clone --depth=1 --branch=release/10.4 https://github.com/opf/openproject ``` - https://community.openproject.com/projects/openproject/work_packages/32594/activity open/openproject.txt Last modified: 2024/10/05 06:15by 127.0.0.1