Skip to content

MAMP Pro

George Dawoud edited this page Aug 17, 2019 · 12 revisions

What is MAMP

MAMP is a free, local server environment that can be installed under macOS and Windows with just a few clicks. MAMP provides them with all the tools they need to run WordPress on their desktop PC for testing or development purposes, for example. It doesn't matter if you prefer Apache or Nginx or if you want to work with PHP, Python, Perl or Ruby.

Visit the MAMP Website and download the software


Please note this for MAMP PRO 5.4 which costs money ($69.00 US)


  • Change PHP version to 7.2.x

  • Add new Host

    • point it to the src dir of the downloaded Church CRM repo.
    • check create a database
    • check generate a certificate for https access
  • download and generate files from src.

    • npm install
    • npm run composer-install
    • npm run orm-gen
  • install ChurchCRM via Setup page

    • Note MySQL DB info is http://localhost and port 8888
Clone this wiki locally