Skip to content

Instantly share code, notes, and snippets.

@whizzrd
Created April 5, 2015 12:58
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 whizzrd/6d76c4e5b2b6c202e237 to your computer and use it in GitHub Desktop.
Save whizzrd/6d76c4e5b2b6c202e237 to your computer and use it in GitHub Desktop.
Installing CakePHP ~2.5 using Composer on Debian/Ubuntu/LinuxMint
#!/bin/sh
sudo apt-get install curl mcrypt php5-cli php5-mcrypt
sudo php5enmod mcrypt
curl -sS https://getcomposer.org/installer | php
php composer.phar require cakephp/cakephp:"~2.5"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment