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.
- Provide management of logs, categories, tags, and comments
- Support plugin mode How to write a plugin
- Highly customizable theme features How to make a set of themes
- Support third party comment plugin
- Provide
editormd
mainstream rich text editor, basically meet the editing needs of administrators - Page static, cache public data, faster access
- Support for extending third-party cloud storage (default seven cattle)
- Support database scheduled backup
- Online update upgrade
- ...
- Start directly by embedding tomcat and find
com.zrlog.web.Application
to start with thismain()
- Start with Maven commands (without relying on any IDE)
- Windows uses
bin\mvn-run.cmd
- Unix uses
sh bin/mvn-run.sh
- Windows uses
- 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
- Website http://demo.zrlog.com
- Management address admin/login
- Username admin
- Password 123456
- QQ group 6399942
- Mail xchun90@163.com
- Have any questions about the program, welcome feedback http://blog.zrlog.com/feedback.html
If you have some problems, you can go here to find FAQ
ZrLog is Open Source software released under the Apache 2.0 license.