Skip to content

MAMP Pro

Robert Spencer edited this page Jun 13, 2024 · 12 revisions

MAMP Pro

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 that MAMP PRO 5.4 costs money ($69.00 US)

  1. Change default PHP version to 8.2.x
  2. Add new Host
    • Point it to the src dir of the downloaded ChurchCRM repository.
    • Check create a database
    • Check generate a certificate for https access
  3. Download and generate files from source:
    • npm install
    • npm run composer-install
    • npm run orm-gen
  4. Install ChurchCRM via Setup page
    • Note MySQL DB info is localhost and port 8889
  5. Login and change default password
    • current default user is admin with password changeme
  6. Import Demo backup
    • demo backup is located in the demo folder and it includes sample member data etc.
Clone this wiki locally