diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-04-30 13:45:16 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-05-01 03:17:30 +0300 |
| commit | 446f3cbfd02f20f392dcdb19a5171efb81005de8 (patch) | |
| tree | 51aa975401fdc4b8c9248c37f5d56242aa5cdfd9 /src/local | |
| parent | a06b80fed3825a5625a7290d8a9a735b65fd810f (diff) | |
rz-mux-tool: install webapp/static/rzi-overrides/js, webapp/static/rzi-overrides/templates override dirs
Diffstat (limited to 'src/local')
| -rw-r--r-- | src/local/rz-mux/rz-mux-tool.sh | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/local/rz-mux/rz-mux-tool.sh b/src/local/rz-mux/rz-mux-tool.sh index fd6006fd..16a04496 100644 --- a/src/local/rz-mux/rz-mux-tool.sh +++ b/src/local/rz-mux/rz-mux-tool.sh @@ -95,6 +95,8 @@ install_instance__apache() { install -v --owner=${APACHE_USER} --group=${APACHE_USER} --directory ${apache_site_root} \ --directory ${apache_site_root}/webapp \ --directory ${apache_site_root}/webapp/static \ + --directory ${apache_site_root}/webapp/static/rzi-overrides/js \ + --directory ${apache_site_root}/webapp/static/rzi-overrides/templates/fragment \ --directory ${apache_site_root}/auth ln -vfs -T /etc/rhizi/mux-conf.d/${RZI_NAME} /srv/www/rhizi/mux-root.d/${RZI_NAME}/webapp/etc @@ -176,7 +178,11 @@ case $1 in echo "#" echo "# rz instance installed: name: ${RZI_NAME}" echo "#" - echo "# [!] please review & adjust /etc/rhizi/mux-conf.d/${RZI_NAME}/rhizi-server.conf" + echo "# [!] please review / adjust the following: + echo "# - /etc/rhizi/mux-conf.d/${RZI_NAME}/rhizi-server.conf" + echo "#" + echo "# [!] please install instance-specific overrides here: + echo "# - ${apache_site_root}/webapp/static/rzi-overrides/*" echo "#" ;; uninstall) |
