More fixes to the clone url and fixing for the OSX guide
This commit is contained in:
parent
969e21edf8
commit
b5ec12c32b
2 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ Download and install the source code. We recommend `~/Sites/yourdomain.com` but
|
||||||
|
|
||||||
# OSX should have git already installed. If not:
|
# OSX should have git already installed. If not:
|
||||||
sudo port install git-core
|
sudo port install git-core
|
||||||
git clone git://github.com:openphoto/frontend.git ~/Sites/yourdomain.com
|
git clone git://github.com/openphoto/frontend.git ~/Sites/yourdomain.com
|
||||||
|
|
||||||
#### Using tar
|
#### Using tar
|
||||||
|
|
||||||
|
|
|
@ -46,7 +46,7 @@ Download and install the source code. We recommend `/var/www/yourdomain.com` but
|
||||||
#### Using git clone
|
#### Using git clone
|
||||||
|
|
||||||
apt-get install git-core
|
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
|
chown -R www-data:www-data /var/www/yourdomain.com
|
||||||
|
|
||||||
#### Using tar
|
#### Using tar
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue