·
Added a discussion

I've just finished launching the development setup via the docker-compose.yml on UNA's github repository. Installation worked "fine" with a bit of help from chatGPT:

  1. Traefik needs to be configured and running, and the web container needs to be labeled to be accessible.
  2. Composer must be run once on the git repository, otherwise it will not find the autoload.php in the plugins directory.
  3. You'll need to enter the PHP directory and change the permissions of the files that the installer tells you to change.

So far, so good.

Here's where I am stuck:

  • Pages only load the second time. So I go to "/" and it tells me "It seems to be script is not installed.", when I reload, it loads something. When I reload again, I get the same error message. Even in ```/studio``` I get the same: first load is empty, second load works.
  • No CSS is loaded, and it looks quite ugly. See the screenshot below.

Would anyone have any pointers to help me move one step further? Thank you!

image_transcoder.php?o=sys_images_editor&h=1725&dpx=2&t=1703678231

  • 318
Comments
    • Have you tried deleting both Cache files on your server? But you have to back up all files first. I've experienced the same thing, after deleting the two files, everything went well... Or if the problem still doesn't work, try immediately asking @LeonidS or someone else for help.

      Login or Join to comment.