X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=INSTALL.txt;h=4345fcab1bff4c60c2eabd07046af1c57597daec;hb=749b167fd9be7b02118a3311ed62e5cdbe2d931f;hp=bc0933a1479a6a1c2bff1f782bdc1b623844fe00;hpb=55eb0100e6db28d7df1487b856846dbb03daee2f;p=friendica.git diff --git a/INSTALL.txt b/INSTALL.txt index bc0933a147..4345fcab1b 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -66,7 +66,7 @@ OR 2b. Clone the friendica/friendica GitHub repository and import dependencies - git clone https://github.com/friendica/friendica [web server folder] + git clone https://github.com/friendica/friendica -b master [web server folder] cd [web server folder] php bin/composer.phar install @@ -83,11 +83,22 @@ Get the addons by going into your website folder. Clone the addon repository (separately): - git clone https://github.com/friendica/friendica-addons.git addon + git clone https://github.com/friendica/friendica-addons.git -b master addon If you copy the directory tree to your webserver, make sure that you also copy .htaccess - as "dot" files are often hidden and aren't normally copied. +If you want to use the development version of Friendica you can switch to +the devel branch in the repository by running + + git checkout develop + bin/composer.phar install + cd addon + git checkout develop + +please be aware that the develop branch may break your Friendica node at any +time. If you encounter a bug, please let us know. + 3. Create an empty database and note the access details (hostname, username, password, database name).