tag | f0225de28df03e0f736a753835a397903cea3e7f | |
---|---|---|
tagger | Dave Johnson <snoopdave@gmail.com> | Sat Sep 01 08:58:23 2018 -0400 |
object | 30ca737a0d0bded55504dcbc2e1179d288cc3e01 |
commit | 30ca737a0d0bded55504dcbc2e1179d288cc3e01 | [log] [tgz] |
---|---|---|
author | Dave Johnson <snoopdave@gmail.com> | Sat Sep 01 08:57:56 2018 -0400 |
committer | Dave Johnson <snoopdave@gmail.com> | Sat Sep 01 08:57:56 2018 -0400 |
tree | 0f0965a240e8636fba25912c2fde00f4ed2d5470 | |
parent | c332d7553e1d3344f4fd875638aab55b114f85a6 [diff] |
Fix format of RC file names
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