Page 1 of 1

Zoneminder 1.24.2 - CentOS5.5 - Cannot Access via web gui

Posted: Sun May 08, 2011 12:45 am
by Table Top
Hello,

I am running ZoneMinder 1.24.2 on CentOS5.5 (64 bit).

I finished installing Zoneminder with these instructions:

http://www.zoneminder.com/wiki/index.php/CentOS

And some other misc. stuff I found on the forums and online. Everything went off without a hitch up until:

Code: Select all

cp cambozola.jar /var/www/html/zm/
I tried running this command and I get:

Code: Select all

cp: accessing '/var/www/html/zm/': Not a directory
Also when I try

Code: Select all

chown apache:apache /var/www/html/zm/cambozola.jar
I get this in response:

Code: Select all

chown: cannot access '/var/www/html/zm/cambozola.jar': Not a directory
So then when I go to my h**p://myip/zm I get this:
You have chosen to open

zm

which is a: application.octet-stream
from: h**p://ipaddress

What should Firefox do with this file?
The **s are ts because it would not let me post the correct way because I am a spam bot or something.

So it seems everything is installed except the cambozola web interface, but I can't get it to install correctly. Help? :(

Re: Zoneminder 1.24.2 - CentOS5.5 - Cannot Access via web gu

Posted: Mon May 16, 2011 8:01 pm
by myusernameisunique
Try this? http://www.charliemouse.com/code/cambozola/

Not sure it will work, just a suggestion:

cd /tmp
wget http://www.charliemouse.com/code/camboz ... est.tar.gz
tar xvfz cambozola-latest.tar.gz
cp cambozola-0.92/dist/* /var/www/html/zm/

Before copying, you might need to delete /var/www/html/zm file first: rm /var/www/html/zm

And to create the direcotry instead: mkdir /var/www/html/zm