Installation for RHEL/CentOS¶
If you need expert help with this or any other issue, please see our terms and conditions technical support.
Use PostgreSQL, with a large number of cameras
When operating in production environments with a large number of cameras and motion detection enabled, we recommend using PostgreSQL as a more productive database. How to install and configure usage, read here
Add repository
sudo tee /etc/yum.repos.d/yucca.repo <<EOF
[yucca]
name=Yucca
baseurl=https://repo.yucca.app/yum/
enabled=1
gpgcheck=0
EOF
Install Free or Ent version of Yucca
sudo yum install yucca
sudo yum install yucca-ent
We configure the network filter:
sudo firewall-cmd --permanent --new-service=yucca
sudo firewall-cmd --permanent --service=yucca --add-port=9910/tcp
sudo firewall-cmd --permanent --zone=public --add-service=yucca
sudo firewall-cmd --reload
After launch, the Web interface will be available at http://ip-your-server:9910