Clone the addon repository (separately):
git clone https://github.com/friendica/friendica-addons.git addon
+ util/composer install -d addon
If you copy the directory tree to your webserver, make sure that you also copy .htaccess - as "dot" files are often hidden and aren't normally copied.
The addon tree has to be updated separately like so:
- cd path/to/friendica/addon
- git pull
+ git -C addon pull
+ util/composer.phar install -d addon
For both repositories:
The default branch to use is the ``master`` branch, which is the stable version of Friendica.
Per Git:
<p style="font-family: courier; background-color: #CCCCCC; margin-left:25px; width: 450px;">
-cd /var/www/<Pfad zu Deiner friendica-Installation>/addon; git pull
+cd /var/www/<Pfad zu Deiner friendica-Installation>
+git -C addon pull
+util/composer.phar install -d addon
</p>
oder als normaler Download von hier: https://github.com/friendica/friendica-addons/blob/master/jappixmini.tgz (auf „view raw“ klicken)
- Um das Addon-Verzeichnis aktuell zu halten, solltest du in diesem Pfad ein "git pull"-Befehl eintragen
- `cd meinewebseite/addon`
+ `git -C addon pull`
- `git pull`
+ `util/composer.phar install -d addon`
- Wenn du den Verzeichnispfad auf deinen Webserver kopierst, dann stelle sicher, dass du auch die .htaccess kopierst, da "Punkt"-Dateien oft versteckt sind und normalerweise nicht direkt kopiert werden.