[
https://issues.apache.org/jira/browse/KNOX-226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13872648#comment-13872648
]
ASF subversion and git services commented on KNOX-226:
------------------------------------------------------
Commit 6aaa7021a10febd04e9e41faa0f58be11ec5891c in branch refs/heads/master
from [~kevin.minder]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-knox.git;h=6aaa702 ]
KNOX-226: Need more Linux friendly installation layout
> Need more Linux friendly installation layout
> --------------------------------------------
>
> Key: KNOX-226
> URL: https://issues.apache.org/jira/browse/KNOX-226
> Project: Apache Knox
> Issue Type: Bug
> Components: Server
> Affects Versions: 0.3.0
> Reporter: Kevin Minder
> Assignee: Kevin Minder
> Fix For: 0.4.0
>
> Attachments:
> 0001-KNOX-226-Need-more-Linux-friendly-installation-layou.patch
>
>
> From the work around Bigtop integration it became clear that a single
> GATEWAY_HOME isn't sufficient for Linux installs. These are the Linux
> directories that I'm aware of, their purpose and ownership.
> /usr/lib/knox - The Knox binaries, owned by root
> /etc/knox - Any Knox configuration, owned by root
> /var/lib/knox - Any generated data output generated by Knox (e.g. security,
> deployments), owned by knox
> /var/log/knox - Log files, owned by knox
> /var/run/knox - PID files, owned by knox
> Linux RPM
> /usr/lib/knox/(bin,lib,dep,ext)
> /etc/knox/conf/(topo)
> /var/lib/knox/data/(sec,war)
> Linux Zip/Windows MSI
> .../knox/(bin,lib,dep,ext,conf,data)
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)