Thanks Andy, An RPM for Fuseki is the goal.
> If Fuseki, consider using one of the docker containers. I hoped you were joking with this. I had given it some thought, and for our immediate purposes, this would suffice. Then again, so would a jar file run out of a personal directory. For enterprise deployment in a productive environment, this isn't helpful. On Thu, Sep 8, 2016 at 10:33 PM, Andy Seaborne <[email protected]> wrote: > For Fuseki/RPM, what you are trying to install is a directory hierarchy + > maybe some setting in other files. So don't treat as a Java thing but pull > the prebuilt zip and work with files from there. Yeah, it's the "setting in other files" bit which is pretty critical. The main thing is a set of service startup/stop scripts (or service files, if systemd), and identifying package dependencies (java 1.7 OK? java 1.8 OK?). There's a maven plugin at http://www.mojohaus.org/rpm-maven-plugin/ but I don't really understand how to use it. -- Otheus [email protected] [email protected]
