Skip to content
D-Jeffrey edited this page Dec 31, 2020 · 3 revisions

Welcome to the WorshipService wiki!

To get it up and running you will bee php (it was originally created on 5.1 but currently runs in 7.4)

lr/config.php is the keys to configuration once you have everything installed and working.

It required a MySQL database and the name is configured in lr/config.php

you will need to set the database password, URL path. There are options to enforce SSL on logon.

This uses a number of modules installed by composer

apt get composer sudo apt-get install php-xml sudo apt-get install php7.4-zip

in the web root directory which should pull all the extra modules into the configuration under vendor composer install

Clone this wiki locally