mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:02:54 +00:00
Update references to the friendica/friendica-addons stable branch
This commit is contained in:
parent
9c6fbc6a74
commit
17cf2c632f
4 changed files with 4 additions and 4 deletions
|
@ -43,7 +43,7 @@ At first you have to get the current version. You can either pull it from [Githu
|
||||||
|
|
||||||
$> cd /var/www/virtual/YOURSPACE/html/addon; git pull
|
$> cd /var/www/virtual/YOURSPACE/html/addon; git pull
|
||||||
|
|
||||||
Or you can download a tar archive here: [jappixmini.tgz](https://github.com/friendica/friendica-addons/blob/master/jappixmini.tgz) (click at „view raw“).
|
Or you can download a tar archive here: [jappixmini.tgz](https://github.com/friendica/friendica-addons/blob/stable/jappixmini.tgz) (click at „view raw“).
|
||||||
|
|
||||||
Just unpack the file and rename the directory to „jappixmini“.
|
Just unpack the file and rename the directory to „jappixmini“.
|
||||||
Next, upload this directory and the .tgz-file into your addon directory of your friendica installation.
|
Next, upload this directory and the .tgz-file into your addon directory of your friendica installation.
|
||||||
|
|
|
@ -88,7 +88,7 @@ Get the addons by going into your website folder.
|
||||||
|
|
||||||
Clone the addon repository (separately):
|
Clone the addon repository (separately):
|
||||||
|
|
||||||
git clone https://github.com/friendica/friendica-addons.git -b master addon
|
git clone https://github.com/friendica/friendica-addons.git -b stable addon
|
||||||
|
|
||||||
If you want to use the development version of Friendica you can switch to the develop branch in the repository by running
|
If you want to use the development version of Friendica you can switch to the develop branch in the repository by running
|
||||||
|
|
||||||
|
|
|
@ -49,7 +49,7 @@ Per Git:
|
||||||
cd /var/www/<Pfad zu Deiner friendica-Installation>/addon; git pull
|
cd /var/www/<Pfad zu Deiner friendica-Installation>/addon; git pull
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
oder als normaler Download von hier: https://github.com/friendica/friendica-addons/blob/master/jappixmini.tgz (auf „view raw“ klicken)
|
oder als normaler Download von hier: https://github.com/friendica/friendica-addons/blob/stable/jappixmini.tgz (auf „view raw“ klicken)
|
||||||
|
|
||||||
Entpacke diese Datei (ggf. den entpackten Ordner in „jappixmini“ umbenennen) und lade sowohl den entpackten Ordner komplett als auch die .tgz Datei in den Addon Ordner Deiner Friendica Installation hoch.
|
Entpacke diese Datei (ggf. den entpackten Ordner in „jappixmini“ umbenennen) und lade sowohl den entpackten Ordner komplett als auch die .tgz Datei in den Addon Ordner Deiner Friendica Installation hoch.
|
||||||
|
|
||||||
|
|
|
@ -70,7 +70,7 @@ Falls Addons installiert werden sollen: Gehe in den Friendica-Ordner
|
||||||
|
|
||||||
Und die Addon Repository klonst:
|
Und die Addon Repository klonst:
|
||||||
|
|
||||||
git clone https://github.com/friendica/friendica-addons.git -b master addon
|
git clone https://github.com/friendica/friendica-addons.git -b stable addon
|
||||||
|
|
||||||
Um das Addon-Verzeichnis aktuell zu halten, solltest du in diesem Pfad ein "git pull"-Befehl eintragen
|
Um das Addon-Verzeichnis aktuell zu halten, solltest du in diesem Pfad ein "git pull"-Befehl eintragen
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue