Skip to content

Instantly share code, notes, and snippets.

@etdebruin
Created June 27, 2012 21:06
Show Gist options
  • Save etdebruin/3006850 to your computer and use it in GitHub Desktop.
Save etdebruin/3006850 to your computer and use it in GitHub Desktop.
Setting up a local Monk CMS environment on Mac OS X
Install PHP 5.3.x using Brew
brew tap josegonzalez/homebrew-php
brew install php53
$ sudo /etc/sshd_config
PasswordAuthentication yes
Restart sshd
$ launchctl stop org.openbsd.ssh-agent
$ launchctl start org.openbsd.ssh-agent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment