Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.2 KB

README.md

File metadata and controls

24 lines (18 loc) · 1.2 KB

sample Apache Sling CMS Project

An OSGi Bundle project created for the Apache Sling CMS. This project includes a simple client library using Bootstrap, a site configuration, a simple app with a page template and a HelloWorld Sling Model.

This project requires Apache Maven 3 and Java JDK8. To build the project run:

mvn clean install

To install the bundle into a local Sling CMS instance running on port 8080, run:

mvn clean install -P autoInstallBundle