Go to file
Kiara Grouwstra 52e31a651a adjust db host to reflect host-mode networking 2022-10-25 21:24:08 +02:00
data update sample csv 2022-06-13 18:04:32 +02:00
deploy/staging fix: ensure mysql connections can work 2022-06-06 14:28:08 +02:00
nginx add xdebug + gui porting 2022-10-24 15:23:04 +02:00
wp add xdebug + gui porting 2022-10-24 15:23:04 +02:00
.env reproduce locally 2022-10-07 20:54:08 +02:00
.gitignore ditch attempts to store db in git 2022-10-17 17:25:49 +02:00
.gitlab-ci.yml ci: only build on main 2022-06-05 15:08:02 +02:00
Makefile add xdebug + gui porting 2022-10-24 15:23:04 +02:00
README.md ditch attempts to store db in git 2022-10-17 17:25:49 +02:00
docker-compose.yml adjust db host to reflect host-mode networking 2022-10-25 21:24:08 +02:00
image.sh merge branch feature/full-image-build 2022-10-18 21:01:32 +02:00

README.md

BIJ1 CiviCRM

Requirements

Usage

run

make start
sleep 2  # give the containers time to spin up
make install
# http://localhost/wp-admin/admin.php?page=CiviCRM
# civi
# password123

deploy

docker swarm init
docker stack deploy -c ./deploy/staging/stack.yml civi
docker stack ps civi
docker stack rm civi