tag | ee88ff19c29749e36ce0a7eeea95dbe20d8fb2f0 | |
---|---|---|
tagger | Dave Johnson <snoopdave@gmail.com> | Sun Sep 30 18:02:35 2018 -0400 |
object | 0a8b286525c81b8634b47c848aa738b693f4b93a |
commit | 0a8b286525c81b8634b47c848aa738b693f4b93a | [log] [tgz] |
---|---|---|
author | Dave Johnson <snoopdave@gmail.com> | Sun Sep 30 16:48:45 2018 -0400 |
committer | Dave Johnson <snoopdave@gmail.com> | Sun Sep 30 16:48:45 2018 -0400 |
tree | 693d79b6b7826a8f5d541db30d20abf3043df2a7 | |
parent | 1848cd55de2cb2e301ddd4d2e8ee51ee579ecb9b [diff] |
Preparing for 5.2.1-rc-2
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