Skip to content

Instantly share code, notes, and snippets.

@photo
Created October 18, 2011 23:38
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save photo/1297078 to your computer and use it in GitHub Desktop.
Save photo/1297078 to your computer and use it in GitHub Desktop.
Upgrading OpenPhoto to version 1.2 (AWS EC2 AMI)
# 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