diff options
author | Abinoam P. Marques Jr. <abinoam@gmail.com> | 2011-09-27 00:18:08 -0300 |
---|---|---|
committer | Abinoam P. Marques Jr. <abinoam@gmail.com> | 2011-09-27 00:18:08 -0300 |
commit | 7f6e5074575dffec8d3570da48bf75bb2a8d7fac (patch) | |
tree | ff6fbc5ef2afcc604e70277fce10d91e71a4e657 /doc | |
parent | c52ef0857874026d823259a584f4a6c19c257a1b (diff) | |
download | volse-hubzilla-7f6e5074575dffec8d3570da48bf75bb2a8d7fac.tar.gz volse-hubzilla-7f6e5074575dffec8d3570da48bf75bb2a8d7fac.tar.bz2 volse-hubzilla-7f6e5074575dffec8d3570da48bf75bb2a8d7fac.zip |
Added addon installation instruction. Exclusive repo.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Install.md | 28 |
1 files changed, 22 insertions, 6 deletions
diff --git a/doc/Install.md b/doc/Install.md index f650c1e55..b5ab1ef6f 100644 --- a/doc/Install.md +++ b/doc/Install.md @@ -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. |