ChurchCRM / Docker

Docker Setup of Church CRM
0 stars 20 forks source link

New image #23

Open chrishsieh opened 5 years ago

chrishsieh commented 5 years ago

Use mariadb, devilbox/php-fpm, devilbox/apache, can select version.

chrishsieh commented 5 years ago

vagrant used for windows, for linux ingore it.

Install

  1. Update .env and secrets folder file.
  2. vagrant up
  3. reference https://devilbox.readthedocs.io/en/latest/intermediate/setup-valid-https.html 2.3. Import the CA into your browser, import ca folder crt into browser.
  4. https://localhost

Change version

  1. vagrant ssh
  2. dc down
  3. Update .env
  4. dc up -d

Clear database

  1. vagrant ssh
  2. dc down
  3. docker volume prune
  4. dc up -d

Force change CRM version

  1. vagrant ssh
  2. dc down
  3. Modify .env crm version
  4. delete www/index.php to trigger download
  5. dc up -d
chrishsieh commented 5 years ago

This version is for web, php, mariadb different version test.