Updating URLs in the documentation to point to github.com/photo

This commit is contained in:
Jaisen Mathai 2012-08-17 17:15:46 -07:00
parent 1e4448f709
commit 155c1a352c
37 changed files with 69 additions and 69 deletions

View file

@ -48,12 +48,12 @@ 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/photo/frontend.git /var/www/yourdomain.com
#### Using tar
cd /var/www
wget https://github.com/openphoto/frontend/tarball/master -O openphoto.tar.gz
wget https://github.com/photo/frontend/tarball/master -O openphoto.tar.gz
tar -zxvf openphoto.tar.gz
mv openphoto-frontend-* yourdomain.com