Skip to content

Latest commit

 

History

History
83 lines (58 loc) · 3.04 KB

README.en-us.md

File metadata and controls

83 lines (58 loc) · 3.04 KB

ZrLog build-preview build-release Apache License

Chinese | English

ZrLog is a blog/CMS program developed in Java. It is simple, easy to use, componentized, and has low memory footprint. Bring your own Markdown editor and let more focus on writing, rather than spending a lot of time learning the use of the program.

Homepage

https://www.zrlog.com

Pictures

Features

  1. Provide management of logs, categories, tags, and comments
  2. Support plugin mode How to write a plugin
  3. Highly customizable theme features How to make a set of themes
  4. Support third party comment plugin
  5. Provide editormd mainstream rich text editor, basically meet the editing needs of administrators
  6. Page static, cache public data, faster access
  7. Support for extending third-party cloud storage (default seven cattle)
  8. Support database scheduled backup
  9. Online update upgrade
  10. ...

Quick start

  • Start directly by embedding tomcat and find com.zrlog.web.Application to start with this main()
  • Start with Maven commands (without relying on any IDE)
    • Windows uses bin\mvn-run.cmd
    • Unix uses sh bin/mvn-run.sh

Program installation

  • Deployment environment prerequisites
    • 1.jdk version >= 21
    • 2.mysql
  • Data initialization
    • 1.Download latest zip unzip, and run sh bin/run.sh or bin\run.bat (for windows)
    • 2.Visit http://host:port/install
    • 3.Fill in the database, administrator information, complete the installation

ChangeLog

View the full ChangeLog

Sample Website

Getting help

FAQ

If you have some problems, you can go here to find FAQ

Thanks

License

ZrLog is Open Source software released under the Apache 2.0 license.