Report this

What is the reason for this report?

ChurchCRM an open source app

Posted on September 9, 2024

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



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!

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.

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

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

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.

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.