diff options
author | friendica <info@friendica.com> | 2015-02-19 20:53:24 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-02-19 20:53:24 -0800 |
commit | eeec826eda8af3bccce43aae5511abfe675ff8cf (patch) | |
tree | b45e18ce774ab2ba71fbba9e87be607b7c24a801 /install | |
parent | 54a82467251237a3271c2dbc6d1f3bd79b2e3ef3 (diff) | |
download | volse-hubzilla-eeec826eda8af3bccce43aae5511abfe675ff8cf.tar.gz volse-hubzilla-eeec826eda8af3bccce43aae5511abfe675ff8cf.tar.bz2 volse-hubzilla-eeec826eda8af3bccce43aae5511abfe675ff8cf.zip |
update the install doc for addons - the procedure is a bit different now (although it shouldn't break anything on existing sites.)
Diffstat (limited to 'install')
-rw-r--r-- | install/INSTALL.txt | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/install/INSTALL.txt b/install/INSTALL.txt index f5edf009f..9c85e0f4b 100644 --- a/install/INSTALL.txt +++ b/install/INSTALL.txt @@ -115,14 +115,16 @@ use SSL, your webserver must not listen on port 443 at all. cd mywebsite - - Then you should clone the addon repository (separately) + - Then you should clone the addon repository (separately). We'll give this repository + a nickname of 'matrix'. You can pull in other redmatrix addon repositories by + giving them different nicknames. - git clone https://github.com/friendica/red-addons.git addon + util/add_addon_repo https://github.com/friendica/red-addons.git matrix - - For keeping the addon tree updated, you should be on you addon tree and + - For keeping the addon tree updated, you should be on your addon tree and issue a git pull - cd mywebsite/addon + cd mywebsite/extend/addon/matrix git pull |