██╗
████╗ ██████╗ ██╗███████╗ ██████╗██╗██████╗ ██╗ ███████╗
██████╗ ██╔══██╗██║██╔════╝██╔════╝██║██╔══██╗██║ ██╔════╝
████████╗ ██║ ██║██║███████╗██║ ██║██████╔╝██║ █████╗
██████████╗ ██║ ██║██║╚════██║██║ ██║██╔═══╝ ██║ ██╔══╝
█████╔═█████╗ ██████╔╝██║███████║╚██████╗██║██║ ███████╗███████╗██╗
█████╔╝ █████╗ ╚═════╝ ╚═╝╚══════╝ ╚═════╝╚═╝╚═╝ ╚══════╝╚══════╝╚═╝
█████╔╝ █████╗
█████╔╝ █████╗ ████████╗ ██████╗ ██████╗ ██╗ ███████╗
█████╔╝ █████╗ ╚══██╔══╝██╔═══██╗██╔═══██╗██║ ██╔════╝
█████╔╝ █████╗ ██║ ██║ ██║██║ ██║██║ ███████╗
█████╔╝ █████╗ ██║ ██║ ██║██║ ██║██║ ╚════██║
█████╔╝ █████╗ ██║ ╚██████╔╝╚██████╔╝███████╗███████║
█████╔╝ █████╗ ╚═╝ ╚═════╝ ╚═════╝ ╚══════╝╚══════╝
╚════╝ ╚════╝
Disciple.Tools software boosts collaboration, clarity, and accountability for disciple and church multiplication movements.
As a contact relationship management (CRM) system it is :
The commit team will shape the development of Disciple.Tools, and is currently implementing generational mapping, a mobile app with offline use, and people group tracking.
There needs to exist a simple, low-cost, highly distributable CRM that is tailored to the process of using digital marketing to accelerate disciple making movements. Most CRM solutions are too expensive to be used by small volunteer teams, and they often require significant configuration and development to implement. This project is attempting to make a rapid launch, low cost system that is tailored for movements.
We are building on the Wordpress platform because of its open-source availability, simplicity of installation, numerous low cost hosting options, multi-lingual support, substantial configurability and customization, giant development community and resources, native REST API, mobile readiness, and healthy market place for distributing themes and plugins.
Visit our online guidebook
This repository contains only the WordPress theme. There are a growing number of plugin extensions to the theme, but the core of the Disciple.Tools system is this theme.
If you need support, email us at supportXXXdisciple.tools, replacing XXXX with the @ symbol. You can also read articles in our knowledge base at http://help.disciple.tools.
The goal of the project is to create a disciple-making CRM that is incredibly simple, cheap, and fast to launch. Below are the simple steps to do that.
Note: You must have PHP 7.0 or above. PHP 5.6 will not work.
http://{your website}/wp-admin/
Note: You have to be an administrator with the permissions to install plugins.
Appearance > Themes
in the left navigation. This is where themes are installed.Add New
button at the top of the screen."Upload Theme
button at the top of the screen.choose file
button to find the disciple-tools-theme.zip file you saved in step 1, and upload that file and wait for Wordpress to install it.Activate
the theme.Done! You now have a complete coalition management system for your movement. You can access it by clicking on the home button at the top of the navigation bar.
Blessings!
Follow these steps.
git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature
To apply your changes to the plugin, update the contents of the wp-content/themes/disciple-tools-theme
folder in your WordPress installation.
Make sure tests are passing!
Composer
Install via Homebrew or run Installer:
$ brew update
$ brew install composer
Run Composer to install dependencies
$ composer install
PHP Code Sniffer
Run ./vendor/bin/phpcs
to see list of PHP format errors
Run ./vendor/bin/phpcbf
to auto-fix all possible format errors
If you discover a security vulnerability in these WordPress plugins and/or themes, or in the website https://disciple.tools , please send an email to supportXXXXdisciple.tools , replacing XXXX with the @ symbol. We ask that you give us a reasonable amount of time to correct the issue before you make the vulnerability public. Please do not submit a GitHub issue or a GitHub pull request, as these are public.