# CloudDiskServer **Repository Path**: hongdong1431/cloud-disk-server ## Basic Information - **Project Name**: CloudDiskServer - **Description**: 云盘项目 - **Primary Language**: C - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-14 - **Last Updated**: 2024-10-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CloudDiskServer #### 介绍 基于Linux&C实现的一个虚拟文件系统 #### 软件架构 典型的C/S架构 #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 1. 配置syslog日志文件 首先,在/etc/rsyslog.d/50-default.conf 配置文件里面添加下面的配置项 ` local0.* -/var/log/cloud-disk.log` 来指定应用程序的日志保存位置 然后,需要在/var/log目录下创建该日志文件 `touch cloud-disk.log` 并设置文件属性 `chown syslog:adm cloud-disk.log` `chmod 664 cloud-disk.log` 最后需要重启日志服务,使配置生效 `sudo systemctl restart syslog` 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request