Actions
Support #455
closed
DC
DC
Installing ZoneMinder on Ubuntu 14.04
Support #455:
Installing ZoneMinder on Ubuntu 14.04
Description
Installing zoneminder on Ubuntu is a very simple task, as it is included in many distribution repositories be default. This guide will be installing on a minimal Lubuntu 14.04 64-bit system.
- Start by opening a terminal by going to Menu -> Accessories -> LXTerminal
- Then install the package:
sudo apt-get install zoneminder
NOTE: This will install apache2 along with any of the dependencies required by zonemineder.
- When the package finished installing, create a symbolic link of the zoneminder web server configuration to the apache sites-enabled folder:
sudo ln -s /etc/zm/apache.conf /etc/apache2/sites-enabled/zoneminder.conf
- Then restart the web server:
sudo service apache2 restart
- Finally point your web browser to the zoneminder service at http://zoneminderIP/zm/
With the above steps finished the camera server can now be configured to monitor USB cameras, IP cameras, and other camera streams.
DC Updated by Daniel Curtis over 11 years ago
- Description updated (diff)
- Status changed from New to Resolved
- % Done changed from 10 to 100
DC Updated by Daniel Curtis over 11 years ago
- Tracker changed from Bug to Support
DC Updated by Daniel Curtis about 11 years ago
- Status changed from Resolved to Closed
Actions