[
https://issues.apache.org/jira/browse/RYA-446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aaron Mihalik updated RYA-446:
------------------------------
Fix Version/s: 4.0.0
> RPM for installing Query Manager as a daemon process on CentOS 7.
> -----------------------------------------------------------------
>
> Key: RYA-446
> URL: https://issues.apache.org/jira/browse/RYA-446
> Project: Rya
> Issue Type: Sub-task
> Reporter: Andrew Smith
> Assignee: Kevin Chilton
> Priority: Major
> Fix For: 4.0.0
>
>
> A rpm should be created at build time to allow the installing of the Query
> Manager.
> RPM Requirements:
> * Must include dependencies to the JSVC rpm.
> * register the daemon as a service with the provided service script
> * provide a default configuration to the install directory
> * install the Query Manager jar to the install directory
> * Provide a README file
> End directory structure for CentoOS 7:
> {code:java}
> # The /opt directory containing the application.
> /opt/rya-streams-query-manager-{version}/bin/rya-streams-query-manager.sh
> /opt/rya-streams-query-manager-{version}/bin/systemd/rya-streams-query-manager.service
> /opt/rya-streams-query-manager-{version}/config/configuration.xml
> /opt/rya-streams-query-manager-{version}/config/log4j.xml
> /opt/rya-streams-query-manager-{version}/logs/
> /opt/rya-streams-query-manager-{version}/lib/common-daemon-1.1.0.jar
> /opt/rya-streams-query-manager-{version}/lib/rya.streams.query-manager-{version}-shaded.jar
> {code}
> Also need a post install script that does the following things:
> # systemctl enable
> /opt/rya-streams-query-manager-\{version}/bin/systemd/rya-streams-query-manager.service
> # systemctl daemon-reload
>
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)