[Feature Request]: Non-docker RAGFlow startup document
Is there an existing issue for the same feature request?
- [X] I have checked the existing issues.
Is your feature request related to a problem?
No response
Describe the feature you'd like
能介绍一下无docker环境的启动吗?
Describe implementation you've considered
No response
Documentation, adoption, use case
No response
Additional information
No response
You may check document of launch RAGFlow from source code, which also depends on docker: https://github.com/infiniflow/ragflow/blob/main/docs/guides/develop/launch_ragflow_from_source.md
You may check document of launch RAGFlow from source code, which also depends on docker: https://github.com/infiniflow/ragflow/blob/main/docs/guides/develop/launch_ragflow_from_source.md
Sometimes docker is not available but we want to use ragflow. Is there a known way to do this?
No document mentions this. But you can try to deploy the dependent components, such as mysql / minio / elasticsearch by following docker/docker-compose-base.yml. And Try to start RAGFlow service as /docker/entrypoint.sh and docker/service_conf.yaml
No document mentions this. But you can try to deploy the dependent components, such as mysql / minio / elasticsearch by following docker/docker-compose-base.yml. And Try to start RAGFlow service as /docker/entrypoint.sh and docker/service_conf.yaml
Thanks for your reply! Or is it possible to replace docker with podman or lima, etc. Have you had such experience?
podman doesn't support the include directive, afaik. I merged the two to get it started.
I also need such a document! And by the way, did you finish deploy the tool without docker?
podman doesn't support the include directive, afaik. I merged the two to get it started.
so that means ragflow could also be deployed without docker? would you mind tell me more! thanks!