Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This is a short list, but it will take a few days to get through the entire thing, assuming nothing goes wrong (something will go wrong)

...

Configure git and install it, if you haven't already installed it. (what is git and how do I use it)

  • brew install git
  • global git ignore (Git documentation. The section you want is about half way down.)example create global git ignore file
  • global name/email (the errors should walk you through this)

...

for each version of php, you'll have a php.ini file. set the

memory_limit = 256M or 512M

You may also need to raise the file size upload.

...