There will be regular sharing and training within the company, often with meeting notes and related documents, although there are many cloud notes that can be used, but the company's information is still in the hope of being able to control it, so DocStack is born in the document management needs inside of the company.
DocStack is used for knowledge sharing and notes,DocStack is developed on the basis of [BookStack] (https://github.com/TruthHun/BookStack), which is born for document management and knowledge sharing.
https://hub.docker.com/r/jermine/docstack/
https://github.com/JermineHu/DocStack
# get the code from repo
git clone https://github.com/JermineHu/DocStack.git
cd DocStack
# build dokcer images
docker build -t jermine/docstack .
# run Docstack by docker
docker run -d --restart=always -p 8081:8181 -v ~/DocStack/conf:/app/conf -v ~/DocStack/dictionary:/app/dictionary -v ~/DocStack/logs:/app/logs -v ~/DocStack/store:/app/store -v ~/DocStack/uploads:/app/uploads jermine/docstack


Donate money by paypal to my account [email protected].
Content type
Image
Digest
Size
382.2 MB
Last updated
over 8 years ago
docker pull jermine/docstack