aboutsummaryrefslogtreecommitdiffstats
path: root/doc/red2pi.bb
diff options
context:
space:
mode:
Diffstat (limited to 'doc/red2pi.bb')
-rw-r--r--doc/red2pi.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/red2pi.bb b/doc/red2pi.bb
index 28db7dc70..8a056b81b 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 $Projectname from GIT
-[code]pi@pi /var $ sudo git clone https://github.com/redmatrix/hubzilla.git www[/code]
+[code]pi@pi /var $ sudo git clone https://framagit.org/hubzilla/core.git www[/code]
Download the sources of the addons from GIT
-[code]pi@pi /var/www $ sudo git clone https://github.com/redmatrix/hubzilla-addons.git addon[/code]
+[code]pi@pi /var/www $ sudo git clone https://framagit.org/hubzilla/addons.git addon[/code]
Make user www-data the owner of the whole web directory (including subdirectories and files)
(TODO: This step has to be proofed by the next installation.)