Skip to content

Instantly share code, notes, and snippets.

@mppatterson
Created October 10, 2014 01:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mppatterson/d1db240c7c1a40f8317a to your computer and use it in GitHub Desktop.
Save mppatterson/d1db240c7c1a40f8317a to your computer and use it in GitHub Desktop.
Install Kohana Requirements
# Install Kohana Requirements
sudo apt-get install php-pear
sudo apt-get install php5-dev libcurl3-openssl-dev
sudo pecl install pecl_http
sudo apt-get install php5-mcrypt
echo "==================="
echo "Manual instructions"
echo "==================="
echo "sudo vim /etc/php5/apache2/php.ini and add:"
echo "extension=http.so"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment