commit | adf7085d54da7aa99e2302d0976f5903e8f94118 | [log] [tgz] |
---|---|---|
author | Dave Johnson <snoopdave@gmail.com> | Thu Jan 10 18:15:10 2019 -0500 |
committer | Dave Johnson <snoopdave@gmail.com> | Thu Jan 10 18:15:10 2019 -0500 |
tree | 1cf302899e622b78bd0d677b00c171a2093a1dc4 | |
parent | 4c300e921ca2158570665595f83c53e2b89ad1e9 [diff] |
Add SHA256 checksums to sign release script
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