How do you run and debug RAGFlow from source code? #5094
Replies: 1 comment 1 reply
-
Different developer will use different ways. I am using Pycharm to run and debug the source code. Other components, such as redis / minio / es are in docker container. For infinity, I am using Clion to write and debug the program. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
我就不用英语描述了
如果我想贡献代码,首先我需要本地调试对吧,至少作为新人熟悉代码方便,比如debug打断点之类的。
目前整个项目都是基于docker的,那我每次改了代码,还需要重新docker build镜像然后docker compose?
这样是不是效率极低,还是人眼编译器一次通过?
理解其它依赖比如es使用docker比较方便,但是server这部分应该可以本地运行吧?
请教一下各位都是怎么处理这种情况的?
我习惯使用windows开发。
Beta Was this translation helpful? Give feedback.
All reactions