]> git.mxchange.org Git - friendica.git/commitdiff
Revert "[Doc] Add extra command for addon install/update"
authorHypolite Petovan <mrpetovan@gmail.com>
Sun, 28 Jan 2018 17:57:03 +0000 (12:57 -0500)
committerHypolite Petovan <mrpetovan@gmail.com>
Sun, 28 Jan 2018 17:57:03 +0000 (12:57 -0500)
This reverts commit 0e19ce3a65907b21e4cb4e9ef561b35122fd8547.

doc/Install.md
doc/Update.md
doc/de/Chats.md
doc/de/Install.md

index 0d992f6606d4354ac0cb0b09c7f82cfeda8ae4fe..c9fc4e6031224c6d1138e7a4f7c81b60569dd797 100644 (file)
@@ -61,7 +61,6 @@ 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 a1b62748c276dc7c7e3cc639b546af96319d072c..57d29bae4d4cb984090b7cf393637f50da3b4117 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:
 
-    git -C addon pull
-       util/composer.phar install -d addon
+    cd path/to/friendica/addon
+    git pull
 
 For both repositories:
 The default branch to use is the ``master`` branch, which is the stable version of Friendica.
index 0f724cb2d50b6c232171a3eeccd17e9940711b8f..fc46af650e6a9e69812da505a1209902dfaf0194 100644 (file)
@@ -46,9 +46,7 @@ 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;
-git -C addon pull
-util/composer.phar install -d addon
+cd /var/www/&lt;Pfad zu Deiner friendica-Installation&gt;/addon; git pull
 </p>
 
 oder als normaler Download von hier: https://github.com/friendica/friendica-addons/blob/master/jappixmini.tgz (auf „view raw“ klicken)
index 6a72e218dda2642242be0672c9462f3783ba88ed..8c7c72cfc09f677c72b9a01657d344aa48a44b05 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
 
-            `git -C addon pull`
+            `cd meinewebseite/addon`
 
-            `util/composer.phar install -d addon`
+            `git pull`
 
     - 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.