commit | 84436f1602922939606971400bfda622387e7870 | [log] [tgz] |
---|---|---|
author | Aditya Sharma <iamadityasharma7@gmail.com> | Fri Jul 12 18:14:01 2019 +0530 |
committer | GitHub <noreply@github.com> | Fri Jul 12 18:14:01 2019 +0530 |
tree | 0f08de58e5d5f0837a7a82e3bc3d858d53cfc214 | |
parent | 0c024ee4ee9b0fb5f6944d3cba91eb77277a8dd6 [diff] | |
parent | 05c8e03d159d151817096f762ae26a8d990a1da6 [diff] |
Merge pull request #32 from apache/revert-30-ROL-2136-5.2.x Revert "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