happyfish100 / fastdfs

FastDFS is an open source high performance distributed file system (DFS). It's major functions include: file storing, file syncing and file accessing, and design for high capacity and load balance. Wechat/Weixin public account (Chinese Language): fastdfs
GNU General Public License v3.0
9.03k stars 1.99k forks source link

fastdfs在开发工具如何启动? #584

Open huangwenyi10 opened 2 years ago

huangwenyi10 commented 2 years ago

 您好,请教下,如果我想在开发工具上启动fastdfs,比如使用clion 或者 visual studio code ,请问具体操作步骤是什么?我尝试启动,但是会抱各种错误

happyfish100 commented 2 years ago

最新的v6.09支持在前台运行,你可以加上 --no-daemon 参数试试。