Files
oam/knowledge base/baikal.md
2024-12-17 22:57:36 +01:00

1.6 KiB

Baïkal

  1. TL;DR
  2. Troubleshooting
    1. Error: Class 'DOMDocument' not found in /mnt/are/www/dav/vendor/sabre/dav/lib/DAV/Server.php:256
  3. Further readings
    1. Sources

TL;DR

Installation and configuration
docker pull 'ckulka/baikal-docker'

Connect to the server via HTTP(S) after first run for first configuration if none was provided.

Usage
docker run --rm -p '80:80' 'ckulka/baikal:nginx'

Troubleshooting

Error: Class 'DOMDocument' not found in /mnt/are/www/dav/vendor/sabre/dav/lib/DAV/Server.php:256

Refer Baikal PHP Error, then Baïkal dependencies.

Ensure the following are available:

  • PHP's XML module (php-xml in APT).
  • PHP's MBSTRING module (php-mbstring in APT).

Further readings

Sources