XWiki is an open-source wiki and application platform developed by Java based on the LGPL protocol. I have only been familiar with MediaWiki before, but MediaWiki is written in PHP. I have been searching for a Wiki system that is familiar with the JAVA language. So I found XWiki.
You can download source code and programs that can run from the XWiki homepage (http://www.xwiki.org.
PS: The homepage is quite beautiful ~
First, briefly introduce the installation steps:
1. install JAVA first.
2. XWiki has Standalone distribution and WAR distribution that can be deployed on the server. I used Standalone distribution for my own test. Standalone distribution is also divided into several types: directly installed exe, or compressed package zip. I chose zip.
3. Run start_xwiki.bat in the root directory after decompression to start the server.
4. Access http: // localhost: 8080/in a browser to open the XWiki homepage.
The following figure shows the interface.
DashBoard:
Content:
Blog page:
Click Log in the upper-right corner of the page to Log on to the system Background:
In the background, you can manage the Wiki content (ADD, modify, delete, and so on)