Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 582 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 582 Bytes

Churchlife

Installation

  1. First, install all the required packages

pip install -r requirements.txt

  1. Celery will be installed among others, but celery requires a broker service in order to work. This project uses RabbitMQ.

Pull RabbitMQ docker container

pull container

Start the service

start service

  1. Start the celery workers and beat

start them

Install SemanticUI

npm init

See the Getting Started page. If the install fails, see this link.