主题
快速开始
下载安装包
根据系统信息下载对应的安装包;仅支持64位操作系统
shell
https://software.wueasy.com/file/latest/file_win_64.zip
shell
https://software.wueasy.com/file/latest/file_linux_amd64.zip
shell
https://software.wueasy.com/file/latest/file_linux_arm64.zip
修改配置
配置文件在
config.yaml
中
yaml
server:
port: 9830 #服务端口
name: file-server #应用名称
nacos:
enabled: false #是否启用
server-addr: nacos.lb.wueasy.cn:8848 #地址,多个逗号分隔
username: example #用户名
password: example #密码
group: dev #分组
namespace: dev #命名空间
#ip: #192.168.3.54 #指定本机ip
#port: 9720 #服务端口
files:
- business-type: demo # 业务类型
file-type: local # 文件类型,上传至服务器制定目录
root-path: /srv/file/data # 文件根目录
http-access-path: https://www.wueasy.com # 文件访问路径
allowed-upload-suffix: jpg,png,gif,bmp,pdf,doc # 允许上传的文件后缀
max-size: 1MIB # 最大上传大小
软件安装
- 创建软件部署目录
/srv/file
- 复软制件包
file_linux_amd64
和配置文件config.yaml
到/opt/file
目录下 - 软件包
file_linux_amd64
赋予执行权限chmod u+x file_linux_amd64
- 执行软件安装命令
./file_linux_amd64 install
- 启动服务
./file_linux_amd64 start