go-fastdfs is a simple distributed file storage with the advantages of high performance, high reliability, maintenance-free, etc. It supports breakpoint continuous transmission, block upload, small file merging, automatic synchronization, and automatic repair. This project is the web management end of go-fastdfs
Go to Go-Fastdfs
Go-Fastdfs web management platform - Golang version




First, you need to install the Java running environment download address
docker run --name fastdfsweb -d -p 8088:8088 perfree/fastdfswebAfter decompressing the compressed package, run start.bat directly
After decompressing the compressed package, run the script with the following command:
1.运行
./goFastDfsWeb.sh start
2.查看运行状态
./goFastDfsWeb.sh status
3.重新启动
./goFastDfsWeb.sh restart
4.停止
./goFastDfsWeb.sh stop
If you encounter -bash: ./goFastDfsWeb.sh: /bin/bash^M: Bad interpreter: There is no file or directory error, then execute the following command and run it
sed -i ' s/r// ' ./goFastDfsWeb.shThe project is developed using SpringBoot, Mybatis-Plus, and Shiro. In order to facilitate later user installation, the database uses Sqlite.

