tag | 0cf8afb74e4e0de00ba0a44d1e4b3ab6b4ae2741 | |
---|---|---|
tagger | Dave Johnson <snoopdave@gmail.com> | Sun Oct 15 18:03:57 2017 -0400 |
object | 7105bb6a9f553cb57130f1e4457dfd710ed5c20e |
commit | 7105bb6a9f553cb57130f1e4457dfd710ed5c20e | [log] [tgz] |
---|---|---|
author | Dave Johnson <snoopdave@gmail.com> | Sat Oct 14 15:44:57 2017 -0400 |
committer | Dave Johnson <snoopdave@gmail.com> | Sat Oct 14 15:44:57 2017 -0400 |
tree | bf64480eeb35839d06e524964a785e5a102290c7 | |
parent | 7ddbff17eb1de7751c66ae8c0c1979a1b8bfa48c [diff] |
Preparing for rc-4.
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