-
Notifications
You must be signed in to change notification settings - Fork 448
MAMP Pro
Robert Spencer edited this page Jun 13, 2024
·
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 that MAMP PRO 5.4 costs money ($69.00 US)
- Change default PHP version to 8.2.x
- 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
- Point it to the
- Download and generate files from source:
npm install
npm run composer-install
npm run orm-gen
- Install ChurchCRM via Setup page
- Note MySQL DB info is
localhost
andport 8889
- Note MySQL DB info is
- Login and change default password
- current default user is
admin
with passwordchangeme
- current default user is
- Import Demo backup
- demo backup is located in the
demo
folder and it includes sample member data etc.
- demo backup is located in the