Created
October 18, 2011 23:38
-
-
Save photo/1297078 to your computer and use it in GitHub Desktop.
Upgrading OpenPhoto to version 1.2 (AWS EC2 AMI)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# if you don't have php-apc, install it | |
sudo apt-get install php-apc | |
# if you don't have the oauth library installed, install it | |
sudo pecl install oauth | |
# restart apache | |
sudo /etc/init.d/apache/restart | |
# change to the openphoto directory | |
cd ~/openphoto | |
# update your source code using git | |
# depending on the AMI you used, this may require sudo | |
git pull origin master | |
# enjoy! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment