From f1b5c333ffbcc2dec5ca165926cda20f3955e055 Mon Sep 17 00:00:00 2001 From: Haakon Meland Eriksen Date: Sun, 25 Oct 2015 17:01:13 +0100 Subject: Adding Hubzilla addons to deploy script --- .openshift/action_hooks/deploy | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- cgit v1.2.3 From cc0f026cecb2c8101b13449d38097d4c877215ec Mon Sep 17 00:00:00 2001 From: Haakon Meland Eriksen Date: Sun, 25 Oct 2015 17:07:33 +0100 Subject: Adding Hubzilla addons to deploy script --- .openshift/action_hooks/deploy | 2 -- 1 file changed, 2 deletions(-) diff --git a/.openshift/action_hooks/deploy b/.openshift/action_hooks/deploy index 3bc3b74bf..94b2fab12 100755 --- a/.openshift/action_hooks/deploy +++ b/.openshift/action_hooks/deploy @@ -189,5 +189,3 @@ util/config system disable_discover_tab 1 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 -- cgit v1.2.3 From 9cee3dda1fca71f08a4e65a3a08d372ce6cdac17 Mon Sep 17 00:00:00 2001 From: Haakon Meland Eriksen Date: Sun, 25 Oct 2015 17:56:32 +0100 Subject: Add DeadSuperHero Themes for Hubzilla to deploy --- .openshift/action_hooks/deploy | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.openshift/action_hooks/deploy b/.openshift/action_hooks/deploy index 94b2fab12..9e3413f98 100755 --- a/.openshift/action_hooks/deploy +++ b/.openshift/action_hooks/deploy @@ -189,3 +189,8 @@ util/config system disable_discover_tab 1 echo "Try to add or update Hubzilla addons" cd ${OPENSHIFT_REPO_DIR} util/add_addon_repo https://github.com/redmatrix/hubzilla-addons.git HubzillaAddons + +# Hubzilla themes +echo "Try to add or update Hubzilla themes" +cd ${OPENSHIFT_REPO_DIR} +util/add_theme_repo https://github.com/DeadSuperHero/redmatrix-themes.git DeadSuperHeroThemes -- cgit v1.2.3 From 969b66b3152b779590e41ce8f3eff18a1279c5e5 Mon Sep 17 00:00:00 2001 From: Haakon Meland Eriksen Date: Sun, 25 Oct 2015 18:18:49 +0100 Subject: Hubzilla on OpenShift - now with plugins and extra themes --- doc/Hubzilla_on_OpenShift.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Hubzilla_on_OpenShift.bb b/doc/Hubzilla_on_OpenShift.bb index f33eee98c..db61c3a48 100644 --- a/doc/Hubzilla_on_OpenShift.bb +++ b/doc/Hubzilla_on_OpenShift.bb @@ -1,5 +1,5 @@ [b]Hubzilla on OpenShift[/b] -You will notice a new .openshift folder when you fetch from upstream, i.e. from [url=https://github.com/redmatrix/hubzilla.git]https://github.com/redmatrix/hubzilla.git[/url] , which contains a deploy script to set up Hubzilla on OpenShift. +You will notice a new .openshift folder when you fetch from upstream, i.e. from [url=https://github.com/redmatrix/hubzilla.git]https://github.com/redmatrix/hubzilla.git[/url] , which contains a deploy script to set up Hubzilla on OpenShift with plugins and extra themes. Create an account on OpenShift, then use the registration e-mail and password to create your first Hubzilla instance. Install git and RedHat's command line tools - rhc - if you have not already done so. -- cgit v1.2.3