commit | 1ea96eafe61ba9456f647a3d3c679fa5307e1c77 | [log] [tgz] |
---|---|---|
author | Aditya Sharma <adityasharma@apache.org> | Fri Oct 11 21:55:41 2019 +0530 |
committer | GitHub <noreply@github.com> | Fri Oct 11 21:55:41 2019 +0530 |
tree | 27986e7ef810fe3bf26548fc115e9dffd18669ae | |
parent | 8de816ea5bb8a2391855ec95192781669008927d [diff] | |
parent | bcd7ea75ece6505220e931b0e359cbdefde60bdc [diff] |
Merge pull request #37 from adityasharma7/ROL-2150 Upgrade jQuery to 3.4.1 ROL-2150
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