tree: 7c28ce52fd2162fb5bbc76e83c0c5613a5c2e2de [path history] [tgz]
  1. src/
  2. LICENSE
  3. NOTICE
  4. pom.xml
  5. README.md
webloader/ui/README.md

Apache Sling Webloader Sample Service UI


Sling Webloader sample - user interface

This bundle provides a sample web user interface for the Webloader Service, which id provided by the sibling “webloader.service” bundle.

The demo bundles can be deployed through Maven using the following commands:

Deploy the Webloader Service bundle running the following command in the samples/webloader/service directory: mvn install -P autoInstallBundle then deploy the Webloader UI bundle by running the following command in the samples/webloader/ui directory: mvn install -P autoInstallBundle

When deployed, the webloader can be accessed by navigating to: http://localhost:8080/bin/sling/webloader.html This should display the “Sling Webloader” page, that gives access to the Webloader service.