2012-12-19 18:21:06 +01:00
*********************
* Install Using Git *
*********************
To install all addons using git, cd into your top level Friendica directory and
2018-01-27 23:17:49 +01:00
git clone https://github.com/friendica/friendica-addons.git addon
2018-03-19 04:59:11 +01:00
bin/composer.phar install -d addon
2012-12-19 18:21:06 +01:00
2018-01-27 23:17:49 +01:00
This will clone the entire repository in a directory called addon. They can now be activated in the addons section of your admin panel.
2012-12-19 18:21:06 +01:00
********************
* Install Manually *
********************
2015-07-06 11:08:45 +02:00
1. Download the archive (Download ZIP button) containing the addons.
2012-12-19 18:21:06 +01:00
2. Unzip the contents of the archive to your harddrive.
3. Upload the extracted directory and all it's contents to /path/to/friendica/addon. You will need to create the addon directory if this is the first addon you have installed.
2018-01-20 17:01:59 +01:00
4. Activate the addon in the addons section of your admin panel.