diff options
author | Stefan Parviainen <saparvia@caterva.eu> | 2014-12-21 09:50:47 +0100 |
---|---|---|
committer | Stefan Parviainen <saparvia@caterva.eu> | 2014-12-21 09:50:47 +0100 |
commit | 4e5118650225fe0e194ac8164c47916575e898b3 (patch) | |
tree | 22e1676a173167b6f340fa8826a184d9efe9479b /doc/faq_admins.bb | |
parent | d1f53511921afce820d73eb2d2924e2a4aa8ba14 (diff) | |
parent | 148f0eb4aed6fdbec62f50d87e6db0c8df35fe28 (diff) | |
download | volse-hubzilla-4e5118650225fe0e194ac8164c47916575e898b3.tar.gz volse-hubzilla-4e5118650225fe0e194ac8164c47916575e898b3.tar.bz2 volse-hubzilla-4e5118650225fe0e194ac8164c47916575e898b3.zip |
Merge remote-tracking branch 'upstream/master' into autocomplete
Diffstat (limited to 'doc/faq_admins.bb')
-rw-r--r-- | doc/faq_admins.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/faq_admins.bb b/doc/faq_admins.bb index ec4f8d969..953563230 100644 --- a/doc/faq_admins.bb +++ b/doc/faq_admins.bb @@ -35,6 +35,16 @@ Don't listen on port 443 if you cannot use it. It is strongly recommended to so valid SSL certificate rather than disabling port 443. [*] +[b]How do I update a non-Git install?[/b] +1) Backup .htconfig.php +2) Backup everything in store/ +3) Backup any custom changes in mod/site/ and view/site +3) Delete your existing installation +4) Upload the new version. +5) Upload the new version of themes and addons. +6) Restore everything backed up earlier. + +[*] [b]What do I need to do when moving my hub to a different server[/b] 1) Git clone on the new server. Repeat the process for any custom themes, and addons. |