Three lines of code to build a universal book system (Wiki)
Introduction to the
Open source free book system. Similar in style to nuggets, with markdown and rich text editor support. Support PDF export, user permissions and other Settings. Very suitable for internal organization or small group literature management, users need to register to view.
Won’t appreciate
Edit the page to switch to rich text
Books page
A bookcase
Multiple export methods
Of course, there are rich rights management capabilities. An internal wiki is a good choice. You can also set it to public, or use it as a personal blog. Even if you set it to public, you can set permissions for certain documents.
Rapid deployment
The default use of the original Dompdf export PDF, Chinese characters will be garbled, here is the modified version, using wkhtmltopdf.
Installation prerequisite:
-
Installation of the
docker
和
docker-compose
-
Access to the Extranet (if the extranet does not work, you can first lower the image and then import it)
-
Installation of the
git
The script is written automatically-enough to execute these three commands to complete the installation
git clone https://gitee.com/pzqu/bookstack-docker-compose.git
cd bookstack-docker-compose
docker-compose up -d
Copy the code
The default account name is [email protected], the password is password, and the access address is http://your IP address :6875
The installation process looks like this