diff options
author | hubzilla <git@macgirvin.com> | 2016-08-01 09:13:57 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-01 09:13:57 +1000 |
commit | 9dd9e27fa851c26d7d9a5befaaae325ad577acde (patch) | |
tree | 2c0f3f06c22933a536e6922de287599b8e788b09 | |
parent | 287e9c8d68a670ebc98942a6e9a52abaa80b1094 (diff) | |
parent | c7615319476ef685be6bc878d8e01b68d7b5ee1d (diff) | |
download | volse-hubzilla-9dd9e27fa851c26d7d9a5befaaae325ad577acde.tar.gz volse-hubzilla-9dd9e27fa851c26d7d9a5befaaae325ad577acde.tar.bz2 volse-hubzilla-9dd9e27fa851c26d7d9a5befaaae325ad577acde.zip |
Merge pull request #470 from einervonvielen/einervonvielen-fix-homeinstall-git-path
homeinstall - fix - path to git clone
-rw-r--r-- | .homeinstall/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.homeinstall/README.md b/.homeinstall/README.md index c147f92bc..c0de914a1 100644 --- a/.homeinstall/README.md +++ b/.homeinstall/README.md @@ -27,9 +27,9 @@ Software + Register your own domain (for example at selfHOST) or a free subdomain (for example at freeDNS) + Log on to your new debian (server) - apt-get install git - - mkdir -p /var/www/html - - cd /var/www/html - - git clone https://github.com/redmatrix/hubzilla.git . + - mkdir -p /var/www + - cd /var/www + - git clone https://github.com/redmatrix/hubzilla.git html - cp .homeinstall/hubzilla-config.txt.template .homeinstall/hubzilla-config.txt - nano .homeinstall/hubzilla-config.txt - Enter your values there: db pass, domain, values for dyn DNS |