From a908adb084e43b95f4aa5db09e893aa1546b0155 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Tue, 16 Jan 2018 17:02:20 -0500 Subject: [PATCH] Add install instructions for Composer --- INSTALL.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/INSTALL.txt b/INSTALL.txt index bc0f4824a7..db710cb3aa 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -60,7 +60,15 @@ you wish to communicate with the Diaspora network. that you also copy .htaccess - as "dot" files are often hidden and aren't normally copied. -3. Create an empty database and note the access details (hostname, username, +OR + +2b. Clone the friendica/friendica GitHub repository and import dependencies + + git clone https://github.com/friendica/friendica [web server folder] + cd [web server folder] + php util/composer.phar install + +3. Create an empty database and note the access details (hostname, username, password, database name). - Friendica needs the permission to create and delete fields and tables in its own database.