Use read-only Git URL otherwise a "Permission denied" error is thrown.

This commit is contained in:
Daniel 2012-02-18 22:22:10 +11:00
parent 4c75016f0d
commit 9eec33f6ec

View file

@ -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