commit | 2d865359d0bc712c054b15f65478785769a65aa1 | [log] [tgz] |
---|---|---|
author | Aditya Sharma <adityasharma@apache.org> | Sun Oct 13 16:56:49 2019 +0530 |
committer | GitHub <noreply@github.com> | Sun Oct 13 16:56:49 2019 +0530 |
tree | 13148fd5884450ff1efb96bc82820e46e62a664d | |
parent | 1ea96eafe61ba9456f647a3d3c679fa5307e1c77 [diff] | |
parent | a4416c5ab153e4afe07e7c28712600b4a25f0ddf [diff] |
Merge pull request #42 from adityasharma7/ROL-2136-5.2.x Improved: Editor should confirm user before leaving the page (ROL-2136)
Apache Roller is a Java-based, full-featured, multi-user and group-blog server suitable for blog sites large and small. Roller is typically run with Apache Tomcat and MySQL. Roller is made up of the following Maven projects:
The Roller Install, User and Template Guides are available in ODT format (for OpenOffice or LibraOffice):
Hit the Roller Confluence wiki:
Assuming you've got a UNIX shell, Java, Maven and Git:
Get the code:
$ git clone https://github.com/apache/roller.git
Build and test the code:
$ cd roller $ mvn clean install
Run Roller in Jetty with Derby database:
$ cd app $ mvn jetty:run
Browse to http://localhost:8080/roller