[istsos] 06/07: Fix configuration for new version
Johan Van de Wauw
johanvdw-guest at moszumanska.debian.org
Fri Jul 17 12:59:39 UTC 2015
This is an automated email from the git hooks/post-receive script.
johanvdw-guest pushed a commit to branch master
in repository istsos.
commit a40e165a76af681fd0cfaae94478cf9fe5530769
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date: Fri Jul 17 14:53:53 2015 +0200
Fix configuration for new version
---
debian/dirs | 3 ++-
debian/istsos.conf | 3 ++-
debian/postinst | 1 +
3 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/debian/dirs b/debian/dirs
index 8691662..52978ec 100644
--- a/debian/dirs
+++ b/debian/dirs
@@ -1 +1,2 @@
-/var/logs/istsos
+#/var/logs/istsos
+/usr/share/istsos/logs
diff --git a/debian/istsos.conf b/debian/istsos.conf
index a6e604a..89131fc 100644
--- a/debian/istsos.conf
+++ b/debian/istsos.conf
@@ -1,5 +1,6 @@
WSGIScriptAlias /istsos /usr/share/istsos/application.py
-Alias /istsos/admin /usr/share/istsos/interface
+Alias /istsos/admin /usr/share/istsos/html/admin/
+Alias /istsos/modules/status /usr/share/istsos/html/modules/status/
<LocationMatch /istsos>
Options +Indexes +FollowSymLinks +MultiViews
diff --git a/debian/postinst b/debian/postinst
index 7c11d68..afdd7e4 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -1,3 +1,4 @@
+#chown -R www-data:www-data /var/istsos/logs
chown -R www-data:www-data /usr/share/istsos/logs
chown -R www-data:www-data /usr/share/istsos/services
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/istsos.git
More information about the Pkg-grass-devel
mailing list