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