Skip to content

Commit 7c13f8e

Browse files
committed
Merge branch 'master' of github.com:openphoto/frontend
2 parents e7e5e3a + 0245cd2 commit 7c13f8e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

documentation/guides/InstallationUbuntuApache.sh

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ echo ""
4040
echo ""
4141

4242
apt-get install --assume-yes --quiet php5-dev php5-imagick exiftran
43-
pecl install oauth
4443
a2enmod deflate
4544
a2enmod expires
4645
a2enmod headers
@@ -54,7 +53,8 @@ echo ""
5453
echo ""
5554

5655
pecl install oauth
57-
echo "extension=oauth.so" >> /etc/php5/apache2/php.ini
56+
mkdir -p /etc/php5/apache2/conf.d/
57+
echo "extension=oauth.so" >> /etc/php5/apache2/conf.d/oauth.ini
5858

5959
echo ""
6060
echo ""

documentation/guides/InstallationUbuntuLighttpd.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Download and install the source code. We recommend `/var/www/yourdomain.com` but
4141
#### Using git clone
4242

4343
apt-get install git-core
44-
git clone git@github.com:openphoto/frontend.git /var/www/yourdomain.com
44+
git clone git://github.com/openphoto/frontend.git /var/www/yourdomain.com
4545

4646
#### Using tar
4747

0 commit comments

Comments
 (0)