tree: a9c9b6e0235d5e3c5e5da4e846b6769e83b71bc6 [path history] [tgz]
  1. src/
  2. .gitignore
  3. CODE_OF_CONDUCT.md
  4. CONTRIBUTING.md
  5. docker-compose.yml
  6. Dockerfile
  7. LICENSE
  8. nginx.conf
  9. pom.xml
  10. README.md
it-is-cloudy-here/org-apache-sling-mini/README.md

Apache Sling Mini

The Apache Sling Mini project provides a Sling Feature with a set of core bundles needed to start a Sling instance capable of rendering dynamic websites. The instance intentionally doesn't provide a ResourceProvider implementation, nor a ScriptEngine one, allowing an integrator to make these decisions.

The project also builds a Docker image (org.apache.sling.mini), which can be used as a base for a fully-fledged web application. Such an example is available in the org-apache-sling-mini-demo folder.