tag | 76520a1f3a2e9cc4677c8f81f2f6254425987780 | |
---|---|---|
tagger | Dave Johnson <snoopdave@gmail.com> | Sat Sep 01 17:20:29 2018 -0400 |
object | 25a9bc7fb4fab505f770ead07fb26634c5465def |
commit | 25a9bc7fb4fab505f770ead07fb26634c5465def | [log] [tgz] |
---|---|---|
author | Dave Johnson <snoopdave@gmail.com> | Mon Nov 06 17:16:44 2017 -0500 |
committer | Dave Johnson <snoopdave@gmail.com> | Mon Nov 06 17:16:44 2017 -0500 |
tree | 87331d1bdff84de4b0e75bc92e6501d06eadeba8 | |
parent | 349276aa589c9ce8316c1cdab913cf9535c6fa0b [diff] | |
parent | 2d19f5af74609f7f6aa75981b3887953a1b4055f [diff] |
Merge tag 'roller-5.2.0'
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