Hi everyone
I’d like some help please. This is my first time using docker. I setup my docker and followed the instructions on the repo readme which runs successfully. Now I am trying to access the UI which on the readme is https://localhost/api/OpenELIS-Global/ or https://localhost/. I tried both links but none worked. I’m wondering if I missed anything.
Some help and answers would be appreciated. Thank you
I am also experiencing similar issues, with setting up my dev environment. I get to the command " docker-compose up -d --build", it starts building but then fails with error message “ERROR: An HTTP request took too long to complete. Retry with --verbose to obtain debug information.
If you encounter this issue regularly because of slow network conditions, consider setting COMPOSE_HTTP_TIMEOUT to a higher value (current value: 60).”. I tried increasing the duration of COMPOSE_HTTP_TIMEOUT like the error message says, but it fails with error message “ERROR: An HTTP request took too long to complete. Retry with --verbose to obtain debug information.
If you encounter this issue regularly because of slow network conditions, consider setting COMPOSE_HTTP_TIMEOUT to a higher value (current value: 3600).”
Hey @Tochi if you want to use docker from images built directly from the source code then you should use the command docker-compose -f build.docker-compose.yml up -d --build using the build.docker-compose.yml is meant to just build new images entirely from the source code. Youll have to rebuild the images every time you make changes.
For dev purposes , use the dev.docker-compose.yml . . Follow the instructions on the readme here that is docker compose With locally compiled/built Artifacts for developers.
I experienced similar issue while setting up the dev environment
just remove the entire codebase and try for fresh start and sometimes its common that some packages are not allowed to be accessed by ISP so try for cloud fare warp
Hi @Manish
I would love to be invited to the slack channel. I dropped my email in the thread for that but I haven’t been invited or added yet. My email is omokaroloveth10@gmail.com
Also I would love to ask if I can create issues myself? or I can just open a PR with my fixes?
Yeah ,you can raise issues yourself and open pull requests with your fixes. Feel free to do both simultaneously.
OpenELIS welcomes any help or contributions you can offer. As for the email, part only admins can add you to the Slack channel, if not added yet they will do so soon.
Ok, thanks for your help. I figured it was a slow connection I had. So I followed the documentation to do an offline installation for people like me with slow internet connection.
Thanks for your help. I figured it was a slow connection I had. So I followed the documentation to do an offline installation for people like me with slow internet connection.