diff options
author | Friendika <info@friendika.com> | 2011-09-26 23:50:22 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-09-26 23:50:22 -0700 |
commit | 7f02617517f16b5a26a8de66792c7cd028f9b195 (patch) | |
tree | 5a2082c22ba39bec70125817e6c4fd4f1fa03a94 /doc/Install.md | |
parent | 7a683c576a874145af41aac24eceec0d07b17bd2 (diff) | |
parent | 7f6e5074575dffec8d3570da48bf75bb2a8d7fac (diff) | |
download | volse-hubzilla-7f02617517f16b5a26a8de66792c7cd028f9b195.tar.gz volse-hubzilla-7f02617517f16b5a26a8de66792c7cd028f9b195.tar.bz2 volse-hubzilla-7f02617517f16b5a26a8de66792c7cd028f9b195.zip |
Merge pull request #2 from abinoam/master
Git url should now point to Free-Friendika repository (Thank you!)
Diffstat (limited to 'doc/Install.md')
-rw-r--r-- | doc/Install.md | 30 |
1 files changed, 22 insertions, 8 deletions
diff --git a/doc/Install.md b/doc/Install.md index 3538d7bfa..b5ab1ef6f 100644 --- a/doc/Install.md +++ b/doc/Install.md @@ -36,14 +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 http://github.com/friendika/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. |