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

@ -43,7 +43,7 @@ Download and install the source code. We recommend `/var/www/yourdomain.com` but
The _Apache 2_ user in Fedora 16 is `apache` so run the following commands to take ownership of the web files.
yum install git
git clone git://github.com/openphoto/frontend.git /var/www/yourdomain.com
git clone git://github.com/photo/frontend.git /var/www/yourdomain.com
chown -R apache: /var/www/yourdomain.com
Assuming that this is a development machine you only need to make the config writable by the user Apache runs as. Most likely `apache`.