]> git.mxchange.org Git - friendica.git/commitdiff
[Doc] Add extra command for addon install/update
authorHypolite Petovan <mrpetovan@gmail.com>
Sun, 28 Jan 2018 05:06:53 +0000 (00:06 -0500)
committerHypolite Petovan <mrpetovan@gmail.com>
Sun, 28 Jan 2018 05:10:22 +0000 (00:10 -0500)
doc/Install.md
doc/Update.md
doc/de/Chats.md
doc/de/Install.md

index c9fc4e6031224c6d1138e7a4f7c81b60569dd797..0d992f6606d4354ac0cb0b09c7f82cfeda8ae4fe 100644 (file)
@@ -61,6 +61,7 @@ Get the addons by going into your website folder.
 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.
 
index 57d29bae4d4cb984090b7cf393637f50da3b4117..a1b62748c276dc7c7e3cc639b546af96319d072c 100644 (file)
@@ -25,8 +25,8 @@ You can get the latest changes at any time with
 
 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.
index fc46af650e6a9e69812da505a1209902dfaf0194..0f724cb2d50b6c232171a3eeccd17e9940711b8f 100644 (file)
@@ -46,7 +46,9 @@ Als erstes musst Du die aktuellste Version herunterladen:
 
 Per Git:
 <p style="font-family: courier; background-color: #CCCCCC; margin-left:25px; width: 450px;">
-cd /var/www/&lt;Pfad zu Deiner friendica-Installation&gt;/addon; git pull
+cd /var/www/&lt;Pfad zu Deiner friendica-Installation&gt;
+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)
index 8c7c72cfc09f677c72b9a01657d344aa48a44b05..6a72e218dda2642242be0672c9462f3783ba88ed 100644 (file)
@@ -62,9 +62,9 @@ Wir planen, diese Einschränkung in einer zukünftigen Version zu beheben.
 
         - 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.