# all-docs
**Repository Path**: sunyang202001/all-docs
## Basic Information
- **Project Name**: all-docs
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: develop
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 1
- **Created**: 2025-01-10
- **Last Updated**: 2025-06-13
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
- [English version Readme_en.md](https://github.com/Jarrettluo/document-sharing-site/blob/main/README.md)
- [中文版 Readme.md](https://github.com/Jarrettluo/document-sharing-site/blob/main/README_CH.md)
支持全文检索的文档分享、存储系统。
体验地址:https://alldocs.tech
> 管理员账号:admin123 管理员密码: admin123 ## 快捷部署 > 在ubuntu 18.04 环境下测试通过 > > centos 的安装脚本暂时没有 ‼️ 受dockerhub拉取镜像影响,此部署方法暂时失效!‼️ ```shell # 克隆项目 git clone https://github.com/Jarrettluo/all-docs.git # 切换为管理员 su root # 切换到工作目录 cd document-sharing-site && cd docker # 修改文件权限 chmod +x auto.sh # 启动脚本 sudo ./auto.sh ``` ## 预览图
全文档首页图
文档列表
文档搜索页面
文档上传页面
用户个人信息页面
### 开源地址 前端项目 https://github.com/Jarrettluo/all-documents-vue.git 后端项目 https://github.com/Jarrettluo/document-sharing-site.git 选择MongoDB作为主要的数据库,存储文档和文件。 后端技术:SpringBoot + MongoDB + ES 前端技术:Vue + axios ### 项目部署 - [全文档在Windows环境下部署](https://github.com/Jarrettluo/document-sharing-site/blob/main/deploy/depoly_win_zh.md) - [全文档在Linux环境下部署](https://github.com/Jarrettluo/document-sharing-site/blob/main/deploy/deploy_linux_zh.md) - [全文档使用Docker部署--待补充](https://github.com/Jarrettluo/document-sharing-site/blob/main/deploy/deploy_docker_zh.md) - [全文档使用Docker-Compose部署--最新发布](https://github.com/Jarrettluo/document-sharing-site/blob/main/deploy/deploy_docker_compose_zh.md) ## 路线图 准备做的事情 - 记录用户上次阅读的页数 🌟 - 搜索页面样式改造 🌟🌟 - 用户对文档进行标记 🌟 - 支持视频文件 🌟 - 支持权限划分 🌟 - 支持文件树 🌟 - 支持Mobi文件 🌟 查看 [open issues](https://github.com/othneildrew/Best-README-Template/issues) 。 ## 提交代码 欢迎加入微信交流群,一起玩😄,如果微信群二维码失效,可以加我微信拉你进群。
> 如果有二次开发或者私有部署需求,请联系我
(添加微信请备注"全文档")
1. `Fork` 该项目
2. 创建自己的分支 (`git checkout -b feature/AmazingFeature`)
3. 提交你的功能 (`git commit -m 'Add some AmazingFeature'`)
4. 推送到分支 (`git push origin feature/AmazingFeature`)
5. 打开一个PR
## 许可证
查看 `LICENSE` 文件。
## 联系我
Jarrett Luo - luojiarui2@163.com
如果您觉得项目不错,欢迎赞赏支持!
## 致谢
- 暂无
[contributors-shield]: https://img.shields.io/github/contributors/Jarrettluo/document-sharing-site.svg?style=for-the-badge
[contributors-url]: https://github.com/Jarrettluo/document-sharing-site/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/Jarrettluo/document-sharing-site.svg?style=for-the-badge
[forks-url]: https://github.com/Jarrettluo/document-sharing-site/network/members
[stars-shield]: https://img.shields.io/github/stars/Jarrettluo/document-sharing-site.svg?style=for-the-badge
[stars-url]: https://github.com/Jarrettluo/document-sharing-site/stargazers
[issues-shield]: https://img.shields.io/github/issues/Jarrettluo/document-sharing-site.svg?style=for-the-badge
[issues-url]: https://github.com/Jarrettluo/document-sharing-site/issues
[license-shield]: https://img.shields.io/github/license/Jarrettluo/document-sharing-site.svg?style=for-the-badge
[license-url]: https://github.com/Jarrettluo/document-sharing-site/blob/master/LICENSE.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/othneildrew
[product-screenshot]: images/screenshot.png