I was hoping to have a computer-based system to monitor some security cameras I've been planning to install as a result of a specific security issue at my house. For this purpose, I chose ZoneMinder.
Since I've used Kubuntu on a desktop system before, I chose to use Ubuntu 9.10 server edition to run ZoneMinder. I installed it along with LAMP and the OpenSSH server. I then upgraded all the existing packages, configured the network interface to use a static IP (192.168.1.200), installed nullmailer on its own from the repository (as suggested by a blog post here: http://www.rickwargo.com/2009/12/28/...n-ubuntu-9-10/) and, finally, installed ZoneMinder from the repository. All of this came through without any errors that I could see.
The problem: I can't find the web GUI. Wherever URL it's supposed to use is, strangely, mostly absent from the ZoneMinder documentation that exists. What sources I've found say that it's supposed to be accessed at http://192.168.1.200/zm , but when I try that, the Apache server throws a 404. I also tried http://192.168.1.200/zoneminder and got the same error. Incidentally, http://192.168.1.200/ on its own gives me Apache's default page, which, I assume, just means that's working properly.
I can think of three reasons for this:
- For some reason, the Ubuntu release of ZoneMinder is configured to put the web GUI on a different URL.
- The installation process did not install the web GUI, either because I didn't specify it, or because of an unseen error.
- There's something else that's fundamental to this process which I have not been told about.
As I said, I've used mostly desktop systems. I have a very basic understanding of using a shell and know very little about how Linux and web servers work on the inside.
Any good leads on where the web GUI is, or at least where I can find out, would be much appreciated.
Bookmarks