]> git.mxchange.org Git - friendica.git/commitdiff
Add install instructions for Composer
authorHypolite Petovan <mrpetovan@gmail.com>
Tue, 16 Jan 2018 22:02:20 +0000 (17:02 -0500)
committerHypolite Petovan <mrpetovan@gmail.com>
Wed, 17 Jan 2018 01:30:09 +0000 (20:30 -0500)
INSTALL.txt

index bc0f4824a7c29ad53249f0bddf97c759b42c0cb3..db710cb3aa4139ceaac59b93931b3d9ef299afff 100644 (file)
@@ -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.