Running JAR - groovylabs/lyre GitHub Wiki

Installation

To run jar, you need clone and build Lyre project. To do this, follow this steps:

  • git clone https://github.com/groovylabs/lyre.git
  • cd lyre
  • ./mvnw install

Run jar

You can customize the configuration, below is all the acceptable parameters (+Spring properties):

    java -jar -Dlyre.scan-path=<path-to-lyre-files> \ 
    -Dlyre.enable-remote-connections=<boolean> \
    -Dlyre.enable-live-reload=<boolean> \
    -Dlyre.port=<integer> \
    -Dlyre.context-path=<string> \
    -Dlyre.application-path=<string> \
    -Dlyre.file-format=<string> \
    -Dlyre.debug=<boolean> \
    lyre-<lyre-version>-standalone.jar
⚠️ **GitHub.com Fallback** ⚠️