diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-12-05 12:48:46 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-12-05 12:48:46 -0800 |
commit | 10db51e6c2f16f13b55abc0a23513cac90a311a4 (patch) | |
tree | fab28e9707dc2ed18936d8f7bb428b0b3a360a0d /doc | |
parent | 4cab74c18cf237eae6c57baea2b1d4fd260fe590 (diff) | |
parent | 61aa33af1d30f047af709d7f513357e62c8307c3 (diff) | |
download | volse-hubzilla-10db51e6c2f16f13b55abc0a23513cac90a311a4.tar.gz volse-hubzilla-10db51e6c2f16f13b55abc0a23513cac90a311a4.tar.bz2 volse-hubzilla-10db51e6c2f16f13b55abc0a23513cac90a311a4.zip |
Merge branch 'master' into dev
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Hubzilla_on_OpenShift.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Hubzilla_on_OpenShift.bb b/doc/Hubzilla_on_OpenShift.bb index 9b2c539dc..9ccd66284 100644 --- a/doc/Hubzilla_on_OpenShift.bb +++ b/doc/Hubzilla_on_OpenShift.bb @@ -8,7 +8,7 @@ Create an account on OpenShift, then use the registration e-mail and password to [code]rhc app-create your_app_name php-5.4 mysql-5.5 cron phpmyadmin --namespace your_domain --from-code https://github.com/redmatrix/hubzilla.git -l your@email.address -p your_account_password [/code] -Make a note of the database username and password OpenShift creates for your instance, and use these at [url=https://your_app_name-your_domain.rhcloud.com/]https://your_app_name-your_domain.rhcloud.com/[/url] to complete the setup. +Make a note of the database username and password OpenShift creates for your instance, and use these at [url=https://your_app_name-your_domain.rhcloud.com/]https://your_app_name-your_domain.rhcloud.com/[/url] to complete the setup. You MUST change server address from 127.0.0.1 to localhost. NOTE: PostgreSQL is NOT supported by the deploy script yet, see [zrl=https://zot-mor.rhcloud.com/display/3c7035f2a6febf87057d84ea0ae511223e9b38dc27913177bc0df053edecac7c@zot-mor.rhcloud.com?zid=haakon%40zot-mor.rhcloud.com]this thread[/zrl]. |