You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@rya.apache.org by "Kevin Chilton (JIRA)" <ji...@apache.org> on 2018/02/08 21:25:00 UTC

[jira] [Resolved] (RYA-446) RPM for installing Query Manager as a daemon process on CentOS 7.

     [ https://issues.apache.org/jira/browse/RYA-446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Chilton resolved RYA-446.
-------------------------------
    Resolution: Done

> 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
>
> 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.3#76005)