SLING-7245 - Validate pull requests using Jenkins
1 file changed
tree: bff2421a2aa3b391c0b0de9e2b08803904fe4710
  1. src/
  2. .gitignore
  3. CODE_OF_CONDUCT.md
  4. CONTRIBUTING.md
  5. Jenkinsfile
  6. LICENSE
  7. pom.xml
  8. README.md
README.md

Build Status License

Apache Sling Launchpad Debian Package Builder

This module is part of the Apache Sling project.

This is a work in progress .deb packaging for Sling. It provides basic init.d start/stop logrotate & sample sling config. The goal is to provide a generic yet configurable sling package to eliminate the need to build sling for in-house deployments.

To run this, and install using dpkg/apt commands, review /etc/default.sling config and run “service sling start”

Components used are:

For the list of supported run modes see the official launchpad documentation.

Important locations:

  • SLING_EXEC=/opt/sling - Location for all binaries & scripts.
  • SLING_DEFAULTS=/etc/default/sling - Defaults file for location & path setup and to override any of the launchpad settings.
  • SLING_DATA=/var/lib/sling - Local sling data dir.
  • SLING_LOG_DIR=/var/log/sling - Sling log data.

TODO:

  • Support clustered configurations.