diff options
author | friendica <info@friendica.com> | 2014-11-08 13:15:52 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-11-08 13:15:52 -0800 |
commit | 7a8842f4431a875d939722693b73baa99ccf53bc (patch) | |
tree | b3e4d80831b3af3286dfbe620a17d476024986f8 /doc/faq_admins.bb | |
parent | adb5cec0d26bc7273a5e514721a1fa2f9124c49a (diff) | |
parent | 862f0ff29addc5a764f5544ad64ac5453e818801 (diff) | |
download | volse-hubzilla-7a8842f4431a875d939722693b73baa99ccf53bc.tar.gz volse-hubzilla-7a8842f4431a875d939722693b73baa99ccf53bc.tar.bz2 volse-hubzilla-7a8842f4431a875d939722693b73baa99ccf53bc.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'doc/faq_admins.bb')
-rw-r--r-- | doc/faq_admins.bb | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/faq_admins.bb b/doc/faq_admins.bb index e4541035b..ec4f8d969 100644 --- a/doc/faq_admins.bb +++ b/doc/faq_admins.bb @@ -38,12 +38,20 @@ valid SSL certificate rather than disabling port 443. [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. -2) Copy .htconfig.php +2) Rsync .htconfig.php 3) Rsync everything in store/ -4) Rsync everything in custom/ (this will only exist if you have custom modules) +4) Rsync everything in mod/site/ and view/site (these will only exist if you have custom modules) 5) Dump and restore DB. [*] +[b]How do I reinstall an existing hub on the same server?[/b] + +1) [code]git reset --hard HEAD[/code] will reset all files to their upstream defaults. This will not reset any local files that do not also exist upstream. Eg, if you have local changes to mod/channel.php, this will reset them - but will not reset any changes in mod/site/channel.php +2) If you absolutely must reinstall - for example, if you need to upgrade operating system - follow the steps for moving to a different server, but instead of using rsync, backup and restore some other way. + +Do not reinstall a hub with a fresh database and fresh .htconfig.php unless as a very last resort. Creating a temporary account and ask for help via a support channel for non-trivial reinstalls is preferable to reinstalling fresh. + +[*] [b]How do I set the default homepage for logged out viewers?[/b] Use the custom_home addon available in the main addons repository. |