commit | 8657254a3aae5cab7f707531b7ede5e15cd63457 | [log] [tgz] |
---|---|---|
author | Aditya Sharma <adityasharma@apache.org> | Thu Oct 24 14:21:44 2019 +0530 |
committer | GitHub <noreply@github.com> | Thu Oct 24 14:21:44 2019 +0530 |
tree | 7e7b291d95c46bc8c6e48a49e1e9ca4a3b504fa1 | |
parent | 2d865359d0bc712c054b15f65478785769a65aa1 [diff] | |
parent | 8de22a61710f937b2bb8be2e9ae826eef416b7ba [diff] |
Merge pull request #45 from adityasharma7/ROL-2136-5.2.x Fixed: confirmation dialog should not appear in case of submit button (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