commit | 5a62d7053fad0e968b51d9ac6e8fe65ae88b4a6d | [log] [tgz] |
---|---|---|
author | Dave Johnson <snoopdave@gmail.com> | Sun Oct 15 16:42:09 2017 -0400 |
committer | Dave Johnson <snoopdave@gmail.com> | Sun Oct 15 16:42:09 2017 -0400 |
tree | 44fa86b6c747e8626fa7184ee0db1e5e50754b0b | |
parent | 9a597e210602042b3da0fa3c2069771e039cb105 [diff] |
Comment out @AllowedActions annotations because (they're not yet working) and we list allowed actions in struts.xml.
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