Fixing lots of errors in the documentation.

Gh-180
This commit is contained in:
Jaisen Mathai 2011-11-30 13:01:26 -08:00
parent 020335b989
commit 50b02ab258
17 changed files with 99 additions and 34 deletions

View file

@ -41,24 +41,6 @@ This guide assumes you have [get it here][Macports installed]. If not you can .
Download and install the source code. We recommend `~/Sites/yourdomain.com` but you can use any directory you'd like.
#### Using git clone
apt-get install git-core
git clone git@github.com:openphoto/frontend.git /var/www/yourdomain.com
chown -R www-data:www-data /var/www/yourdomain.com
#### Using tar
cd /var/www
wget https://github.com/openphoto/frontend/tarball/master -O openphoto.tar.gz
tar -zxvf openphoto.tar.gz
mv openphoto-frontend-* yourdomain.com
chown -R www-data:www-data yourdomain.com
Assuming that this is a development machine you can make the config writable by the user Apache runs as. Most likely `www-data`.
mkdir /var/www/yourdomain.com/src/userdata
chown www-data:www-data /var/www/yourdomain.com/src/configs/generated
#### Using git clone
# install git if you don't have it already