The MxsDoc recommended in this issue is a web-based file management system that supports permission management, historical version management, Office editing, Office preview, and online decompression.
Project Description
MxsDoc is a Web-based file management system. Supports permission management, historical version management, Office editing, Office preview, online decompression, file sharing, file encryption, remote storage, cross-warehouse push, cross-server push, second transmission, breakpoint resume, intelligent search, file remarks, local automatic backup, remote automatic backup, one-click migration.
Main application scenarios: File management system, document security management system, distributed document management system, collaborative office system, e-book, software interface management system, automatic backup software, web version SVN repository, web version GIT repository, FTP client, SFTP client, SMB client, Linux system remote file access.
Project presentation
Warehouse list
Warehouse home
Historical version
Edit online
File sharing
Background management
System Installation and upgrade
1. Download the installation package
https://github.com/RainyGao-GitHub/DocSys/releases
2. Installation
(1) Decompress the system installation package to a local directory
(2) Run the start script to start the system
< 3, visit
< p data – track = “13” > the machine access: http://localhost:8100/DocSystem < / p >
Remote access: Change localhost to IP address
< Upgrade
(1) Run stop script to stop system
< p data – track = “18” > (2) backup tomcat/webapps/DocSystem/WEB – INF/classes/JDBC properties < / p >
(3) Delete tomcat/webapps/DocSystem directory
(4) Unzip docsystem.war to tomcat/webapps/DocSystem directory
< p data – track = “21” > (5) to replace the tomcat/webapps/DocSystem/WEB – INF/classes/JDBC properties < / p >
(6) Run the start script to start the system
Common Problems
1. After the online editing of Excel in Linux system exits, the modified content is lost
1. Install the font library
yum -y install fontconfig
2. Add Chinese font
Copy the C:/Windows/ fonts font file to the /usr/share/fonts directory
3. Generate the Font.scale file
yum -y install ttmkfdir
4, refresh the font cache
fc-cache
5, rebuild the office font library
Run DocSystem\web\static\office-editor\bin\ documentserver-generate-allfont.sh
2. What is Distributed Remote storage
1, warehouse files can be stored in the remote file server (
FTP/SFTP/SMB/SVN/GTI/MXSDOC) < / p >
2, remote file server files can be viewed in the current warehouse
3, can push the current warehouse file to the remote server
4, can pull the remote server file to the current warehouse
5, the warehouse can be independent of the remote file server for file operation and version management
3. How to use MxsDoc as an automatic backup tool
1, new warehouse
2, set the file storage path, customize the directory to be backed up
3, set automatic backup
4. Obtain logs
1, Windows system: start with startWithLog.bat, log in docsys/logs directory
2. Linux system: start.sh > docSys.log
3, set the log level: management background -> System Settings -> Log level -> debug