Skip to content

Instantly share code, notes, and snippets.

@dharma017
Last active November 6, 2015 09:20
Show Gist options
  • Select an option

  • Save dharma017/dc8470f3535645399a71 to your computer and use it in GitHub Desktop.

Select an option

Save dharma017/dc8470f3535645399a71 to your computer and use it in GitHub Desktop.
Install phalcon on live server Ubuntu 14.04

Ubuntu Missing add-apt-repository command

sudo apt-get install software-properties-common python-software-properties

To install Phalcon on Ubuntu you need to follow these steps:

sudo apt-add-repository ppa:phalcon/stable
sudo apt-get update
sudo apt-get install php5-phalcon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment