Add install instructions for Composer
This commit is contained in:
parent
6cbf44f4f6
commit
a908adb084
|
@ -60,6 +60,14 @@ you wish to communicate with the Diaspora network.
|
||||||
that you also copy .htaccess - as "dot" files are often hidden
|
that you also copy .htaccess - as "dot" files are often hidden
|
||||||
and aren't normally copied.
|
and aren't normally copied.
|
||||||
|
|
||||||
|
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,
|
3. Create an empty database and note the access details (hostname, username,
|
||||||
password, database name).
|
password, database name).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user