This standalone software is meant to provide a global public directory of Friendica profiles across nodes.
Go to file
Hypolite Petovan b29aafc2d9 Set Composer to --no-dev on install in doc 2018-11-17 07:51:11 -05:00
.github First commit 2018-11-11 21:08:33 -05:00
bin Make bin script executable 2018-11-11 23:26:43 -05:00
config First commit 2018-11-11 21:08:33 -05:00
docs Add documentation about translation 2018-11-16 00:14:03 -05:00
logs First commit 2018-11-11 21:08:33 -05:00
public Remove unused Open Iconic assets 2018-11-12 07:44:36 -05:00
src Remove SET autocommit=0 in base.sql 2018-11-17 07:50:42 -05:00
tests/Functional First commit 2018-11-11 21:08:33 -05:00
.gitignore Add src/settings.php back 2018-11-11 21:27:49 -05:00
INSTALL.md Set Composer to --no-dev on install in doc 2018-11-17 07:51:11 -05:00
LICENSE Add documentation and license 2018-11-11 23:27:25 -05:00
README.md Add documentation about translation 2018-11-16 00:14:03 -05:00
UPDATE.md Update install/update documentation 2018-11-12 14:51:36 -05:00
VERSION Pre-release 2.1-rc1 2018-11-16 00:15:17 -05:00
composer.json [Composer] Add gettext/gettext and boronczyk/localization-middleware dependencies 2018-11-15 23:40:07 -05:00
composer.lock [Composer] Add gettext/gettext and boronczyk/localization-middleware dependencies 2018-11-15 23:40:07 -05:00
phpunit.xml First commit 2018-11-11 21:08:33 -05:00
psalm.xml First commit 2018-11-11 21:08:33 -05:00

README.md

Friendica Global Directory

This standalone software is meant to provide a global public directory of Friendica profiles across nodes.

This is an opt-in directory, meaning that each node can choose not to submit its profiles to global directories, and each user can individually choose not to be submitted.

Requirements

  • PHP >= 7.1 with:
    • Curl
    • GD
    • JSON
  • Command-line access
  • A web server with URL rewriting (Apache)
  • A database server (MariaDB)
  • A background task scheduler (Crontab)
  • About 60 MB for a Git install
  • About 100 MB for a full database

Installation

Please refer to the provided installation instructions.

Update from a previous version

Please refer to the provided update instructions.

See also

Special thanks