Adding proper github url and adding php5-dev
This commit is contained in:
parent
fe2b17672f
commit
cbd1b0ab5c
2 changed files with 3 additions and 3 deletions
|
@ -31,7 +31,7 @@ Once you've confirmed that your cloud account is setup you can get started on yo
|
|||
|
||||
There are also a few optional but recommended packages and modules.
|
||||
|
||||
apt-get install php5-imagick exiftran
|
||||
apt-get install php5-dev php5-imagick exiftran
|
||||
pecl install oauth
|
||||
a2enmod deflate
|
||||
a2enmod expires
|
||||
|
@ -46,7 +46,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue