aboutsummaryrefslogtreecommitdiffstats
path: root/.openshift
diff options
context:
space:
mode:
authorHaakon Meland Eriksen <haakon.eriksen@far.no>2015-10-25 17:01:13 +0100
committerHaakon Meland Eriksen <haakon.eriksen@far.no>2015-10-25 17:01:13 +0100
commitf1b5c333ffbcc2dec5ca165926cda20f3955e055 (patch)
tree01351d22578263b7db31d0ba8c3df7a53fe8244f /.openshift
parent123fe58c26ed29a6c75357a1ced004c1d4263d04 (diff)
downloadvolse-hubzilla-f1b5c333ffbcc2dec5ca165926cda20f3955e055.tar.gz
volse-hubzilla-f1b5c333ffbcc2dec5ca165926cda20f3955e055.tar.bz2
volse-hubzilla-f1b5c333ffbcc2dec5ca165926cda20f3955e055.zip
Adding Hubzilla addons to deploy script
Diffstat (limited to '.openshift')
-rwxr-xr-x.openshift/action_hooks/deploy8
1 files changed, 8 insertions, 0 deletions
diff --git a/.openshift/action_hooks/deploy b/.openshift/action_hooks/deploy
index dafde2d69..3bc3b74bf 100755
--- a/.openshift/action_hooks/deploy
+++ b/.openshift/action_hooks/deploy
@@ -179,7 +179,15 @@ echo "chmod done, permissions set to 777 on poller script."
# Hubzilla configuration - changes to default settings
# to make Hubzilla on OpenShift a more pleasant experience
+echo "Changing default configuration to conserve space"
cd ${OPENSHIFT_REPO_DIR}
util/config system expire_delivery_reports 3
util/config system feed_contacts 0
util/config system disable_discover_tab 1
+
+# Hubzill addons
+echo "Try to add or update Hubzilla addons"
+cd ${OPENSHIFT_REPO_DIR}
+util/add_addon_repo https://github.com/redmatrix/hubzilla-addons.git HubzillaAddons
+D
+ihttps://github.com/redmatrix/hubzilla-addons.git