-
Notifications
You must be signed in to change notification settings - Fork 445
WAMP
Robert Spencer edited this page Jun 13, 2024
·
5 revisions
While we only officially support LAMP stack, some users have reported ChurchCRM working on WAMP/XAMPP. These are the steps of installing ChurchCRM on XAMPP.
- Install XAMPP. You can download it from https://www.apachefriends.org/download.html ---{Click here for xampp Install Steps}
- Download the latest release of ChurchCRM from https://github.com/ChurchCRM/CRM/releases
- Extract the zip file in
...\xampp\htdocs
- Create database for ChurchCRM in phpmyadmin:- open browser and type
http://localhost/phpmyadmin/
then press enter - Login with your database credentials created when setting up xampp typically user="root" password="" (no password) ---{Click here- {xampp Install Steps} for help on changing MySQL password}
- On the left column in phpmyadmin click on "new"
- Enter desired database name click "enter" (accept all other defaults)
- To set up ChurchCRM, open a new browser window/tab and type
http://localhost/churchcrm/
and press enter - Fill in the database name, database username, and database password and click Setup.
- You may not need to change remaining settings. You'll be redirected to
login
page. - Type
admin
inEmail/Username
field and typechangeme
inPassword
field and clickLogin
.