xmpp added NL translation THX Karel Vandecandelaere
[friendica-addons.git] / INSTALL.txt
1 *********************
2 * Install Using Git *
3 *********************
4
5 To install all addons using git, cd into your top level Friendica directory and
6
7         git clone https://github.com/friendica/friendica-addons.git addon
8         util/composer.phar install -d addon
9
10 This will clone the entire repository in a directory called addon. They can now be activated in the addons section of your admin panel.
11
12 ********************
13 * Install Manually *
14 ********************
15
16 1. Download the archive (Download ZIP button) containing the addons.
17 2. Unzip the contents of the archive to your harddrive.
18 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.
19 4. Activate the addon in the addons section of your admin panel.