I installed ZoneMinder on Debian by repositorium...
Code: Select all
#apt-get install zoneminder
How configure ZoneMinder to work?
PS. Sorry for my english.
Code: Select all
#apt-get install zoneminder
Doesn't work.mjsameth wrote:try h t t p://ip_address/zoneminder
During apache2 restart is message:PacoLM wrote:* Configure zoneminder:
In the file /etc/apache2/sites-enabled/000-default
Change 'DocumentRoot /var/www', to 'DocumentRoot /usr/share/zoneminder'
Change '<Directory /var/www/>', to '<Directory /usr/share/zoneminder/>'
service apache2 restart
Code: Select all
... waiting Warning: DocumentRoot [etc/share/zoneminder/] does not exist
Is the path to the zoneminder files correct?. Seems that you missed a '/' before the 'etc', but first check the files are in /etc/share/zoneminder.... waiting Warning: DocumentRoot [etc/share/zoneminder/] does not exist
I have problem with copy/paste between VirtualBox and Windows.PacoLM wrote:Is the path to the zoneminder files correct?. Seems that you missed a '/' before the 'etc', but first check the files are in /etc/share/zoneminder.... waiting Warning: DocumentRoot [etc/share/zoneminder/] does not exist
PacoLM