update install instructions

This commit is contained in:
Mario Vavti 2018-06-06 22:11:55 +02:00
parent 4aa9549828
commit 89ecc07eb0

View File

@ -16,14 +16,14 @@ be able to support Hubzilla. Many will - but please review the requirements
and confirm these with your hosting provider prior to installation. (And and confirm these with your hosting provider prior to installation. (And
preferably before entering into a long-term contract.) preferably before entering into a long-term contract.)
If you encounter installation issues, please let us know via the Github issue If you encounter installation issues, please let us know via the issue
tracker where you downloaded the software. Please be as clear as tracker at https://framagit.org/hubzilla where you downloaded the software.
you can about your operating environment and provide as much detail as possible Please be as clear as you can about your operating environment and provide as
about any error messages you may see, so that we can prevent it from happening much detail as possible about any error messages you may see, so that we can
in the future. Due to the large variety of operating systems and PHP platforms prevent it from happening in the future. Due to the large variety of operating
in existence we may have only limited ability to debug your PHP installation systems and PHP platforms in existence we may have only limited ability to
or acquire any missing modules - but we will do our best to solve any general debug your PHP installation or acquire any missing modules - but we will do
code issues. our best to solve any general code issues.
@ -113,7 +113,7 @@ web server platforms.
software much easier to update. The Linux command to clone the repository software much easier to update. The Linux command to clone the repository
into a directory "mywebsite" would be into a directory "mywebsite" would be
git clone https://github.com/redmatrix/hubzilla.git mywebsite git clone https://framagit.org/hubzilla/core.git mywebsite
- and then you can pick up the latest changes at any time with - and then you can pick up the latest changes at any time with
@ -144,7 +144,7 @@ web server platforms.
a nickname of 'hzaddons'. You can pull in other hubzilla addon repositories by a nickname of 'hzaddons'. You can pull in other hubzilla addon repositories by
giving them different nicknames. giving them different nicknames.
util/add_addon_repo https://github.com/redmatrix/hubzilla-addons.git hzaddons util/add_addon_repo https://framagit.org/hubzilla/addons.git hzaddons
- For keeping the addon tree updated, you should be on your top level website - For keeping the addon tree updated, you should be on your top level website
directory and issue an update command for that repository. directory and issue an update command for that repository.