[Doc] Add extra command for addon install/update

This commit is contained in:
Hypolite Petovan 2018-01-28 00:06:53 -05:00
parent 17faeca241
commit 0e19ce3a65
4 changed files with 8 additions and 5 deletions

View File

@ -61,6 +61,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 addon 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. 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.

View 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: The addon tree has to be updated separately like so:
cd path/to/friendica/addon git -C addon pull
git pull util/composer.phar install -d addon
For both repositories: For both repositories:
The default branch to use is the ``master`` branch, which is the stable version of Friendica. The default branch to use is the ``master`` branch, which is the stable version of Friendica.

View File

@ -46,7 +46,9 @@ Als erstes musst Du die aktuellste Version herunterladen:
Per Git: Per Git:
<p style="font-family: courier; background-color: #CCCCCC; margin-left:25px; width: 450px;"> <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> </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/master/jappixmini.tgz (auf „view raw“ klicken)

View 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 - 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. - 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.