Support #197
Installing ZoneMinder on Debian
Description
- Installing zoneminder on debian is a very simple task on a Debian 7 system, as it is included in the stock repositories. First install the package:
sudo apt-get install zoneminder
- When the package finished installing, create a symbolic link of the zoneminder web server configuration to the apache sites-enabled folder:
sudo ln -s /etc/zm/apache2.conf /etc/apache2/sites-enabled/zoneminder.conf
- Then restart the web server:
sudo service apache2 restart
- And finally point your web browser to the zoneminder service at http://zoneminderIP/zm/