diff options
author | friendica <redmatrix@redmatrix.me> | 2015-04-01 15:52:02 -0700 |
---|---|---|
committer | friendica <redmatrix@redmatrix.me> | 2015-04-01 15:52:02 -0700 |
commit | d599ebe742a9fa205da989521388a18655353566 (patch) | |
tree | ed0e30b145382a5a9d5293ce1c1a47e8ea6b4281 /doc/red2pi.bb | |
parent | f0330bcdc2b60438f87fb7caac7b66aaab75034f (diff) | |
download | volse-hubzilla-d599ebe742a9fa205da989521388a18655353566.tar.gz volse-hubzilla-d599ebe742a9fa205da989521388a18655353566.tar.bz2 volse-hubzilla-d599ebe742a9fa205da989521388a18655353566.zip |
update resource links
Diffstat (limited to 'doc/red2pi.bb')
-rw-r--r-- | doc/red2pi.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/red2pi.bb b/doc/red2pi.bb index 03e05aa99..6d15d3afe 100644 --- a/doc/red2pi.bb +++ b/doc/red2pi.bb @@ -239,10 +239,10 @@ Cleanup: Remove the directory www/ (Git will not create files and folders in dir Remove directory[code]pi@pi /var $ sudo rm -rf www/[/code]
Download the sources of RED from GIT
-[code]pi@pi /var $ sudo git clone https://github.com/friendica/red.git www[/code]
+[code]pi@pi /var $ sudo git clone https://github.com/redmatrix/redmatrix.git www[/code]
Download the sources of the addons from GIT
-[code]pi@pi /var/www $ sudo git clone https://github.com/friendica/red-addons.git addon[/code]
+[code]pi@pi /var/www $ sudo git clone https://github.com/redmatrix/redmatrix-addons.git addon[/code]
Make user www-data the owner of the whole red directory (including subdirectories and files)
(TODO: This step has to be proofed by the next installation.)
|