aboutsummaryrefslogtreecommitdiffstats
path: root/doc/red2pi.bb
diff options
context:
space:
mode:
authorAndrew Manning <tamanning@zoho.com>2018-06-08 05:37:23 -0400
committerAndrew Manning <tamanning@zoho.com>2018-06-08 05:37:23 -0400
commit4feff1cf897918892e6555b431f0d069031a8597 (patch)
tree5684eddda15fd014cfda4d1737108191a8576cfc /doc/red2pi.bb
parentdf2d18160212ec546ec640dd1d2152fecada5557 (diff)
downloadvolse-hubzilla-4feff1cf897918892e6555b431f0d069031a8597.tar.gz
volse-hubzilla-4feff1cf897918892e6555b431f0d069031a8597.tar.bz2
volse-hubzilla-4feff1cf897918892e6555b431f0d069031a8597.zip
Update github.com git repo URLs with framagit.org URLs
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.)