Use read-only Git URL otherwise a "Permission denied" error is thrown.
This commit is contained in:
parent
4c75016f0d
commit
9eec33f6ec
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ Download and install the source code. We recommend `/var/www/yourdomain.com` but
|
|||
#### Using git clone
|
||||
|
||||
apt-get install git-core
|
||||
git clone git@github.com:openphoto/frontend.git /var/www/yourdomain.com
|
||||
git clone git://github.com/openphoto/frontend.git /var/www/yourdomain.com
|
||||
chown -R www-data:www-data /var/www/yourdomain.com
|
||||
|
||||
#### Using tar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue