Question

ChurchCRM an open source app

I am attempting to install ChurchCRM an open-source app, how would I go about getting assistance with this?


Submit an answer


This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

Sign In or Sign Up to Answer

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Bobby Iliev
Site Moderator
Site Moderator badge
September 9, 2024
Accepted Answer

Hi there,

What I would recommend here is to use their install script from their official repository here:

https://github.com/ChurchCRM/CRM/blob/master/install/install.sh

What you could do is:

  • Log in to your DigitalOcean account and create a new Droplet. You can choose Ubuntu as the operating system.
  • Choose a Droplet size that fits your needs. A basic Droplet with 2 GB of RAM should be sufficient for a small to medium-sized installation but you could consider a larger one as well.
  • Copy the install script to your server and run it with bash install.sh

An alternative option here is to use Docker if you are familiar with it:

https://github.com/ChurchCRM/CRM/tree/master/docker

Let me know how it goes and if you hit any issues.

- Bobby

KFSys
Site Moderator
Site Moderator badge
September 11, 2024

Heya,

You can check the ChurchCRM github repo:

https://github.com/ChurchCRM/CRM

In it, there is an install.sh file.

Once inside your Droplet, wget them and run it with bash.

Alternatively, you can use docker:

https://github.com/ChurchCRM/Docker

That is the official repo for it.

alexdo
Site Moderator
Site Moderator badge
September 11, 2024

Heya,

ChurchCRM is based on PHP and can run on any LAMP, LEMP stack droplet. You can spin up a Ubuntu 22.04 droplet and then clone the main repository from GitHub and run the install script.

https://github.com/ChurchCRM/CRM/wiki/Installation

ChurchCRM is also available in Softaculous so if you’re using cPanel droplet, then ChurchCRM will be available as a one-click install application.

Regards

Try DigitalOcean for free

Click below to sign up and get $200 of credit to try our products over 60 days!

Sign up

Become a contributor for community

Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.

DigitalOcean Documentation

Full documentation for every DigitalOcean product.

Resources for startups and SMBs

The Wave has everything you need to know about building a business, from raising funding to marketing your product.

Get our newsletter

Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.

New accounts only. By submitting your email you agree to our Privacy Policy

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.