ZM running but how do I *view* it?
ZM running but how do I *view* it?
I'm sure this is a really stupid newbie question but I've read the docs and searched the FAQs and can't find the answer.
Running Kubuntu 8.10 and downloaded zm via installer.
It installed and a bunch of zm scripts are running, including zmdc.pl, zmfilter.pl, zmaudit.pl, zmwatch.pl, zmupdate.pl.
But... these are all running in the background. What do I have to do to start a browser and actually view something? I've poked around in the zoneminder directory with firefox but there doesn't seem to be an index.html or any entry point that will bring up the main screen. There doesn't seem to be any error messages in the message logs.
The docs indicate that zmpkg.pl start starts things up, and it does, but no UI is displayed on the screen.
So now that things are running how do I bring up a UI to interface to the system?
Sometimes the most obvious things are the hardest...
TIA from a newbie.
Running Kubuntu 8.10 and downloaded zm via installer.
It installed and a bunch of zm scripts are running, including zmdc.pl, zmfilter.pl, zmaudit.pl, zmwatch.pl, zmupdate.pl.
But... these are all running in the background. What do I have to do to start a browser and actually view something? I've poked around in the zoneminder directory with firefox but there doesn't seem to be an index.html or any entry point that will bring up the main screen. There doesn't seem to be any error messages in the message logs.
The docs indicate that zmpkg.pl start starts things up, and it does, but no UI is displayed on the screen.
So now that things are running how do I bring up a UI to interface to the system?
Sometimes the most obvious things are the hardest...
TIA from a newbie.
Yes, you need a web browser for most of it.
Open one up. If you're local, use http://localhost
Otherwise, use http://yourservername
The webserver should automatically pull up index.php if you deleted the index.html like the documentation instructs.
Example: http://yourserver/index.php
Open one up. If you're local, use http://localhost
Otherwise, use http://yourservername
The webserver should automatically pull up index.php if you deleted the index.html like the documentation instructs.
Example: http://yourserver/index.php
Thanks for the response. I am working locally.
http://localhost only brings up a screen that says "It works".
http://localhost/index.php results in a 404 Not Found.
There is no index.html in /usr/share/zoneminder but there is an index.php.
http://localhost only brings up a screen that says "It works".
http://localhost/index.php results in a 404 Not Found.
There is no index.html in /usr/share/zoneminder but there is an index.php.
When you did your ./configure did you use the following switch?
Otherwise you can always try copying the "index.php" file located in your /usr/share/zoneminder directory to your /var/www and delete the "index.html", but I'm unsure if that skips any vital steps of the install.
Code: Select all
--with-webdir=/var/www
Otherwise you can always try copying the "index.php" file located in your /usr/share/zoneminder directory to your /var/www and delete the "index.html", but I'm unsure if that skips any vital steps of the install.
Apparently I made the mistake of installing it using instructions that were on the kubuntu help forums. They said to just do
sudo apt-get update
followed by
sudo apt-get install zoneminder
Which seemed to install everything, but apparently it doesn't set things up right.
I'll try again using the instructions for Vanilla 8.10 on this site.
sudo apt-get update
followed by
sudo apt-get install zoneminder
Which seemed to install everything, but apparently it doesn't set things up right.
I'll try again using the instructions for Vanilla 8.10 on this site.
-
- Posts: 319
- Joined: Thu Jul 20, 2006 1:07 am
- Location: Australia
You missed one step (which is described in /usr/share/doc/zoneminder/README.Debian)kwschumm wrote:Apparently I made the mistake of installing it using instructions that were on the kubuntu help forums. They said to just do
sudo apt-get update
followed by
sudo apt-get install zoneminder
Which seemed to install everything, but apparently it doesn't set things up right.
I'll try again using the instructions for Vanilla 8.10 on this site.
(as root):
Code: Select all
cd /etc/apache2/conf.d
ln -s /etc/zm/apache.conf zm.conf
/etc/init.d/apache2 force-reload
PJH
-
- Posts: 319
- Joined: Thu Jul 20, 2006 1:07 am
- Location: Australia
PS:
PS: The packaged version of zoneminder is still 1.23, not 1.24