-
Notifications
You must be signed in to change notification settings - Fork 517
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Symfony Exception: "entrypoints.json" is missing when rendering template #910
Comments
Development version is not suited for end-users: https://github.com/klaussilveira/gitlist#installation You should not use the containers or any of the dev setup in production. |
I attempted to install the release version for a considerable amount of time but simply was unable to get it to work with nginx. And as I have just started to learn how nginx works I am unable to debug the issue. I tried to use the config in the docker directory of the project, but that did not work. Generally the „ Point your webserver to the /var/www/gitlist/public folder, where index.php is.“ step seems to be not as trivial as it seems and there should be more detailed instructions on how to do this, especially for beginners like myself. |
Personally I think it would be great to provide an official docker image for the project. There already are some unofficial images out there, but sadly none of them seem to support ARM64, which is the platform I want to install on. If you could provide official images this would be a great time saver and make it much more easy to get started. Also this shouldn’t be to hard as you already have containers for development. |
Oh, I agree too. But that is a lot of work, specially when you need to support multiple platforms and architectures. PR's providing that functionality are always welcome! |
After running
make setup
anddocker-compose
on Ubuntu 22.04, the containers are created, but when viewing the Web UI, the following Symfony Exception is displayed:The error occurs here:
The same setup process was working fine on a Win10 machine.
The text was updated successfully, but these errors were encountered: