ragflow icon indicating copy to clipboard operation
ragflow copied to clipboard

[Feature Request]: Non-docker RAGFlow startup document

Open qingcelei opened this issue 1 year ago • 5 comments

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

qingcelei avatar Oct 08 '24 11:10 qingcelei

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

JinHai-CN avatar Oct 09 '24 01:10 JinHai-CN

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?

galen1980guo avatar Oct 09 '24 07:10 galen1980guo

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

JinHai-CN avatar Oct 09 '24 07:10 JinHai-CN

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?

galen1980guo avatar Oct 09 '24 09:10 galen1980guo

podman doesn't support the include directive, afaik. I merged the two to get it started.

oatmealm avatar Oct 23 '24 07:10 oatmealm

I also need such a document! And by the way, did you finish deploy the tool without docker?

goldeneave avatar Feb 06 '25 01:02 goldeneave

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!

goldeneave avatar Feb 06 '25 01:02 goldeneave