MinDoc v0.4: lightweight document online management system

Introduction SmartWiki is a document management system developed based on the PHP framework laravel. Because the deployment of PHP is too complicated for ordinary users, Golang development was used instead. It can be convenient for users to deploy and use.

MinDoc is a simple and easy-to-use document management system developed for IT teams. The predecessor of MinDoc is the SmartWiki documentation system. The origin of development is that the company's IT department needs a simple and practical project interface document management and sharing system. Its functionality and interface are derived from kancloud. It can be used to store daily interface documents, database dictionaries, manual instructions and other documents. Built-in project management, user management, permission management and other functions can meet the document management needs of most small and medium-sized teams.

v0.4 change log

  • Fixed the bug of incorrect permission switching of project members under SQLite database
  • Fix the bug that the project content search cannot be viewed
  • Fixed a bug that caused the cover image of uploaded projects to remain unchanged in size after being cut.
  • Fix the bug that the database directory cannot be automatically created when using sqlite to initialize the database.
  • Fix Markdown return button exception
  • Added the option to start as a service, please see the MinDoc  command for details.
  • Added the ability to implement CDN for images uploaded in new documents. This function requires configuring the cdnimg node in conf/app.conf
  • Added custom configuration file path and static file path, see MinDoc  command for details

Update method:

After downloading, just overwrite it; it is strongly recommended to back up the database and files before upgrading.

If you are not upgrading from v0.3, please overwrite and execute the following command:

linux%20%3D%3E%C2%A0.%2Fgodoc_linux_amd64%20install%C2%A0.%2Fgodoc_linux_amd64%20migrate%22%7D">windows => godoc_windows_amd64.exe install godoc_windows_amd64.exe migrate

linux => ./godoc_linux_amd64 install ./godoc_linux_amd64 migrate

If you see update successful., it means the upgrade is successful.

Guess you like

Origin blog.csdn.net/llawliet0001/article/details/133246127