Skip to content

Install dependencies of FaceRecognition for NextCloud in Ubuntu 20.04

Notifications You must be signed in to change notification settings

cprpolo/FaceRecognition-Ubuntu-Focal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

######################
#This is what I needed to do to install the requirements of FaceRecognition: pdlib and bzip2 for PHP in NextCloud

#Install Bz2 for PHP and FaceRecognition
sudo apt install php7.4-{bcmath,xml,fpm,mysql,zip,intl,ldap,gd,cli,bz2,curl,mbstring,pgsql,opcache,soap,cgi}
#Install pdlib for PHP and FaceRecognition
echo "deb https://repo.delellis.com.ar focal focal" > /etc/apt/sources.list.d/20-pdlib.list
wget -qO - https://repo.delellis.com.ar/repo.gpg.key | sudo apt-key add -
sudo apt update
sudo apt install php7.4-pdlib
sudo systemctl restart apache2

About

Install dependencies of FaceRecognition for NextCloud in Ubuntu 20.04

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published