Skip to content

Baïkal dependencies

Will Rantis edited this page Sep 7, 2023 · 4 revisions

Baikal dependencies

Baïkal install instructions only mention:

  • PHP 7
  • MySQL or SQLite
  • Apache or Nginx

But it also needs:

php-xml 
php-mbstring
php-mysql (if mysql is used for storage)
php-sqlite3 (if sqlite3 is used for storage)
php-sabre-dav

Installation (for Ubuntu 16.04 and later)

apt install php-xml php-mbstring php-sabre-dav

Alternatives

It is perhaps worth mentioning that PHP 7 also works