]> git.mxchange.org Git - friendica.git/commitdiff
Added addon installation instruction. Exclusive repo.
authorAbinoam P. Marques Jr. <abinoam@gmail.com>
Tue, 27 Sep 2011 03:18:08 +0000 (00:18 -0300)
committerAbinoam P. Marques Jr. <abinoam@gmail.com>
Tue, 27 Sep 2011 03:18:08 +0000 (00:18 -0300)
doc/Install.md

index f650c1e557764fbded3e382888c437adfaa31a19..b5ab1ef6fbb80be9d82152f2c941d9ff64b37c44 100644 (file)
@@ -36,12 +36,28 @@ you might have trouble getting everything to work.]
 
     - If you are able to do so, we recommend using git to clone the source repository rather than to use a packaged tar or zip file. This makes the software much easier to update. The Linux command to clone the repository into a directory "mywebsite" would be 
 
-    `git clone https://github.com/friendika/Free-Friendika.git mywebsite`
-
-    and then you can pick up the latest changes at any time with
-
-    `git pull`
+        `git clone https://github.com/friendika/Free-Friendika.git mywebsite`
+
+    - and then you can pick up the latest changes at any time with
+
+        `git pull`
+    
+    - For installing addons
+    
+        - First you should be **on** your website folder
+        
+            `cd mywebsite`
+            
+        - Then you should clone the addon repository (separtely)
+        
+            `git clone https://github.com/friendika/friendika-addons.git addon`
+            
+        - For keeping the addon tree updated, you should be on you addon tree and issue a git pull
+        
+            `cd mywebsite/addon`
+            
+            `git pull`
+            
     - 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.