summarylogtreecommitdiffstats
path: root/aegir.install
diff options
context:
space:
mode:
authorJames An2015-08-05 11:47:26 -0400
committerJames An2015-08-05 11:47:50 -0400
commit25308412674311161996c11361370db1fbc85670 (patch)
tree08abd3e1abb03a0d1ca7730956c5b5cfd9285dbe /aegir.install
parent280aa586020c2b1db893223950bba9a4af9de3c3 (diff)
downloadaur-25308412674311161996c11361370db1fbc85670.tar.gz
Refactored package to work better out-of-the-box.
Diffstat (limited to 'aegir.install')
-rw-r--r--aegir.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/aegir.install b/aegir.install
index 7e984fd7d4e7..71ffeb978c0e 100644
--- a/aegir.install
+++ b/aegir.install
@@ -28,9 +28,9 @@ post_install() {
echo " --root=/usr/share/webapps/hostmaster \\"
echo " --aegir_db_user=aegir --aegir_db_pass=password \\"
echo " --client_email=aegir@$(hostname) \\"
- echo " --aegir_host=$(hostname) aegir.$(hostname)\\"
+ echo " --aegir_host=$(hostname) aegir.$(hostname)"
echo " 5. Reconfigure Aegir's nginx configuration to use UNIX sockets instead of a network loopback port:"
- echo " # sed -i 's#127.0.0.1:9000#unix:/run/php-fpm/php-fpm.sock#' /var/lib/aegir/config/includes/nginx_vhost_common.conf"
+ echo " # sed -i 's#127.0.0.1:9000#unix:/run/php-fpm/php-fpm.sock#' /usr/share/webapps/aegir/config/includes/nginx_vhost_common.conf"
echo " 6. Start and start on boot the Aegir stack target:"
echo " # systemctl enable --now aegir.target"
echo " 7. Enable the hosting_queued module/hosting feature, unmask the queue daemon service unit, and restart the Aegir stack:"