summarylogtreecommitdiffstats
path: root/webvirtmgr-git.install
diff options
context:
space:
mode:
authorforumi07212016-06-21 15:14:26 +0900
committerforumi07212016-06-21 15:14:26 +0900
commit305a8df741c61493ebd72b07a3602269a8b447d0 (patch)
tree2a8ff887c5a08ed17bcf708b155832335b010d35 /webvirtmgr-git.install
parent682491ff80866cace79a6e19dba6f210828298ed (diff)
downloadaur-305a8df741c61493ebd72b07a3602269a8b447d0.tar.gz
Update
Diffstat (limited to 'webvirtmgr-git.install')
-rw-r--r--webvirtmgr-git.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/webvirtmgr-git.install b/webvirtmgr-git.install
index 7ec7ac627532..ffb6c07d527f 100644
--- a/webvirtmgr-git.install
+++ b/webvirtmgr-git.install
@@ -7,9 +7,9 @@ post_install() {
cat <<- EOF
To finalize the installation you need to run:
- # sudo python2 /usr/lib/webvirtmgr/manage.py syncdb
- # chown webvirtmgr:webvirtmgr /usr/lib/webvirtmgr/webvirtmgr/local/.secret_key_store /usr/lib/webvirtmgr/webvirtmgr.sqlite3 /usr/lib/webvirtmgr # temporary, see https://github.com/retspen/webvirtmgr/issues/391
- # sudo python2 /usr/lib/webvirtmgr/manage.py collectstatic
+ # sudo PYTHONPATH=/usr/lib/webvirtmgr/lib python2 /usr/lib/webvirtmgr/manage.py syncdb
+ # sudo chown webvirtmgr:webvirtmgr /usr/lib/webvirtmgr/webvirtmgr/local/.secret_key_store /usr/lib/webvirtmgr/webvirtmgr.sqlite3 /usr/lib/webvirtmgr # temporary, see https://github.com/retspen/webvirtmgr/issues/391
+ # sudo PYTHONPATH=/usr/lib/webvirtmgr/lib python2 /usr/lib/webvirtmgr/manage.py collectstatic
WebVirtMgr daemon is managed by Supervisord.
# systemctl enable supervisord