2012-12-19 12:21:06 -05:00
*********************
* Install Using Git *
*********************
To install all addons using git, cd into your top level Friendica directory and
2018-01-27 17:17:49 -05:00
git clone https://github.com/friendica/friendica-addons.git addon
2018-03-18 23:59:11 -04:00
bin/composer.phar install -d addon
2012-12-19 12:21:06 -05:00
2018-01-27 17:17:49 -05: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 12:21:06 -05:00
********************
* Install Manually *
********************
2015-07-06 05:08:45 -04:00
1. Download the archive (Download ZIP button) containing the addons.
2012-12-19 12:21:06 -05: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 11:01:59 -05:00
4. Activate the addon in the addons section of your admin panel.