ZM on Raspberry Pi

Forum for questions and support relating to the 1.28.x releases only.
Locked
liderbug
Posts: 125
Joined: Wed Dec 19, 2007 4:46 pm

ZM on Raspberry Pi

Post by liderbug »

On my RasPi w RpCam

I found out I can "sudo apt-get -y install zoneminder" - why not give it a try. So it loaded, updated mysql etc. I did a ln -s /usr/share/zoneminder/index.php zm ran /etc/init.d/zoneminder start ... ps ... they seem to be all there
then http://dwcam/zm
and [ blank screen ]
What'da'I miss?

Thanks
cal

NEVER MIND - I CAN'T TIPE.....
User avatar
iconnor
Posts: 2879
Joined: Fri Oct 29, 2010 1:43 am
Location: Toronto
Contact:

Re: ZM on Raspberry Pi

Post by iconnor »

>> ln -s /usr/share/zoneminder/index.php

That might not be what you wanted.

ln -sf /etc/zm/apache.conf /etc/apache2/conf-enabled/zm.conf

might be what you meant or needed.
Locked