Skip to content

Latest commit

 

History

History
73 lines (55 loc) · 2.59 KB

File metadata and controls

73 lines (55 loc) · 2.59 KB

HAMmP

HAMmP is an acronym for:

  • Homebrew : All components installed using Homebrew.
  • Apache : Web server.
  • MySQL : Database server
  • multiple PHP : Install multiple PHP versions and switch between them.

Mac OS X and macOS comes with Apache and PHP pre-installed, but it's not in a great configuration, is not the latest version, requires root to make lots of changes, and can introduce issues with file ownership and permissions.

We prefer to use Homebrew to avoid these problems and because it's easier to keep up to date with newer versions of each component and extend customisation.

This documentation describes how to setup a Apache-MySQL-PHP stack with multiple PHP versions and optional extra's.

Index

Installation

Optional extra's

How to's

Troubleshooting

Resources

This install guide is based on: