Document sharing and storage system with full-text search support.
In small teams, there is often a large number of collaborative documents. For example, we place various types of documents in cloud storage, SVN, and other software, but there is a problem with the inability to quickly search for content within the documents. Therefore, we have developed a dedicated knowledge base for storing documents such as PPT, Word, PNG, etc., which supports private deployment and retrieval.
Experience URL:https://alldocs.tech
administrator account:admin123, administrator password: admin123
test on ubuntu 18.04 wait me for centos, thank you.
‼️ 受dockerhub拉取镜像影响,此部署方法暂时失效!‼️
# clone project
git clone https://github.com/Jarrettluo/all-docs.git
# switch user to root
su root
# switch work directory
cd document-sharing-site && cd docker
# chmod
chmod +x auto.sh
# start shell script
sudo ./auto.sh
homepage
list of documents
page of search
upload page
user's info page
frontend project: https://github.com/Jarrettluo/all-documents-vue.git
backend project: https://github.com/Jarrettluo/document-sharing-site.git
We choose MongoDB as the primary database to store documents and files.
Backend:SpringBoot + MongoDB + ES
Frontend:Vue + axios
read open issues 。
You can join our Wechat group if you are interested.
If you have any requirements for customization or private deployment, please feel free to contact me.
(Please add me on WeChat and kindly mention 'All Docs' in the request.)
Fork
This projectgit checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Read LICENSE
file。
Jarrett Luo - luojiarui2@163.com
If you find the project valuable, your support and appreciation are welcome!