commit | 9f7d3ba7145a65e6593e5d6e95d6f3e7db2d0a43 | [log] [tgz] |
---|---|---|
author | Robert Munteanu <rombert@apache.org> | Wed Apr 01 12:27:05 2020 +0200 |
committer | Robert Munteanu <rombert@apache.org> | Wed Apr 01 13:42:22 2020 +0200 |
tree | ca8ff0894e19d58b7a71a8db5baee8775b8a68dc | |
parent | 056006c8ee1c58cbef15226508bb1d3054a3d7ad [diff] |
[WIP] SLING-8803 - Update to Oak 1.26.0
This module is part of the Apache Sling project.
The starter project produces both a Standalone Java Application which contains everything needed to run the Launchpad in a single JAR file and a Web Application.
It is not meant to be a production-ready setup, more as a way to facilitate experimenting and learning Sling.
NOTE: “mvn clean” deletes the “sling” work directory in the project base directory. It is advisable to use a work directory outside of the project directory.
Build the Sling Starter using
mvn clean install
in the current directory.
Start the generated jar with
java -jar target/org.apache.sling.starter-10-SNAPSHOT.jar
Use the correct version number instead of 10-SNAPSHOT, if needed.
Browse Sling in:
http://localhost:8080
Build the Sling Starter using
mvn clean install
in the current directory.