<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.staging.zoneminder.com/index.php?action=history&amp;feed=atom&amp;title=User%3ABbunge</id>
	<title>User:Bbunge - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.staging.zoneminder.com/index.php?action=history&amp;feed=atom&amp;title=User%3ABbunge"/>
	<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=User:Bbunge&amp;action=history"/>
	<updated>2026-05-03T14:30:22Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.37.1</generator>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=User:Bbunge&amp;diff=5929&amp;oldid=prev</id>
		<title>Bbunge: Blanked the page</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=User:Bbunge&amp;diff=5929&amp;oldid=prev"/>
		<updated>2013-10-14T13:48:44Z</updated>

		<summary type="html">&lt;p&gt;Blanked the page&lt;/p&gt;
&lt;a href=&quot;http://wiki.staging.zoneminder.com/index.php?title=User:Bbunge&amp;amp;diff=5929&amp;amp;oldid=5928&quot;&gt;Show changes&lt;/a&gt;</summary>
		<author><name>Bbunge</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=User:Bbunge&amp;diff=5928&amp;oldid=prev</id>
		<title>Bbunge: Created page with &quot;Zoneminder 1.26.4-2 on Ubuntu 12.04 64-bit  This installation uses Zoneminder from the Launchpad PPA sources. Zoneminder in Ubuntu since the 11.10 version is compiled with the...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=User:Bbunge&amp;diff=5928&amp;oldid=prev"/>
		<updated>2013-10-14T13:45:10Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Zoneminder 1.26.4-2 on Ubuntu 12.04 64-bit  This installation uses Zoneminder from the Launchpad PPA sources. Zoneminder in Ubuntu since the 11.10 version is compiled with the...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Zoneminder 1.26.4-2 on Ubuntu 12.04 64-bit&lt;br /&gt;
&lt;br /&gt;
This installation uses Zoneminder from the Launchpad PPA sources. Zoneminder in Ubuntu since the 11.10 version is compiled with the mmap option. I am running an Optiplex 755 with a dual core processor, 4 GIG RAM and 160 GIG hard drive. I have 12 Linksys IP cameras with Modect operational. I have run this install and have set up the 12 cameras in about an hour!&lt;br /&gt;
&lt;br /&gt;
Note: This also works for Ubuntu 13.04. I have also tested this with a Ubuntu desktop install on 12.04 and 13.04. I tested this with Teamviewer for Linux to enable a client to view cameras without the need for port forwarding and/or dynamic DNS. Setting this up is an entire topic in itself!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Install Ubuntu&lt;br /&gt;
&lt;br /&gt;
There are plenty of sources for instructions on how to install Ubuntu.&lt;br /&gt;
&lt;br /&gt;
Install Basic Server (if you used the mini.iso), OpenSSH Server, and LAMP Server.&lt;br /&gt;
&lt;br /&gt;
Reboot server.&lt;br /&gt;
&lt;br /&gt;
Log in then become root:&lt;br /&gt;
&lt;br /&gt;
sudo su&lt;br /&gt;
&lt;br /&gt;
apt-get update&lt;br /&gt;
apt-get upgrade&lt;br /&gt;
apt-get dist-upgrade&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Optional: Set static IP address&lt;br /&gt;
&lt;br /&gt;
nano /etc/network/interfaces&lt;br /&gt;
&lt;br /&gt;
Make changes similar to this:&lt;br /&gt;
&lt;br /&gt;
auto eth0&lt;br /&gt;
iface eth0 inet static&lt;br /&gt;
 address 192.168.1.10&lt;br /&gt;
 netmask 255.255.255.0&lt;br /&gt;
 gateway 192.168.1.1&lt;br /&gt;
 dns-nameservers 192.168.1.1 68.87.75.194&lt;br /&gt;
&lt;br /&gt;
Note: for Ubuntu 12.04 the resolv.conf is dynamically assigned. The &amp;quot;dns-servers&amp;quot; entry in the interfaces file will set the DNS Multiple DNS server entries can be used.&lt;br /&gt;
&lt;br /&gt;
Ctrl+o Enter to save&lt;br /&gt;
&lt;br /&gt;
CTRL+x to exit&lt;br /&gt;
&lt;br /&gt;
Reboot server&lt;br /&gt;
&lt;br /&gt;
From this point on I used Putty from another PC to configure the server.&lt;br /&gt;
&lt;br /&gt;
Install Zoneminder&lt;br /&gt;
&lt;br /&gt;
Log in then become root&lt;br /&gt;
&lt;br /&gt;
sudo su&lt;br /&gt;
&lt;br /&gt;
Install PPA Repository for Zoneminder 1.26.4-2&lt;br /&gt;
&lt;br /&gt;
apt-get install python-software-properties&lt;br /&gt;
&lt;br /&gt;
add-apt-repository ppa:iconnor/zoneminder&lt;br /&gt;
&lt;br /&gt;
apt-get update&lt;br /&gt;
&lt;br /&gt;
apt-get install zoneminder&lt;br /&gt;
&lt;br /&gt;
Note: You will be prompted to configure Nullmailer during the Zoneminder install. You can leave the program un-configured if you do not plan to have the server email alerts. Or search for instructions to configure Nullmailer.&lt;br /&gt;
&lt;br /&gt;
Add the H.264 packages if wanted.&lt;br /&gt;
&lt;br /&gt;
apt-get install x264&lt;br /&gt;
&lt;br /&gt;
Add delay to allow MySQL to start before Zoneminder&lt;br /&gt;
&lt;br /&gt;
nano /etc/init.d/zoneminder&lt;br /&gt;
&lt;br /&gt;
Add above &amp;quot;zmfix -a&amp;quot; sleep 15&lt;br /&gt;
&lt;br /&gt;
Ctrl+o Enter to save&lt;br /&gt;
&lt;br /&gt;
CTRL+x to exit&lt;br /&gt;
&lt;br /&gt;
Link Apache to Zoneminder&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ln -s /etc/zm/apache.conf /etc/apache2/conf.d/zoneminder.conf&lt;br /&gt;
&lt;br /&gt;
/etc/init.d/apache2 force-reload &lt;br /&gt;
&lt;br /&gt;
adduser www-data video&lt;br /&gt;
&lt;br /&gt;
Optional Install Cambozola&lt;br /&gt;
&lt;br /&gt;
cd /usr/src &amp;amp;&amp;amp; wget http://www.charliemouse.com:8080/code/cambozola/cambozola-latest.tar.gz&lt;br /&gt;
&lt;br /&gt;
tar -xzvf cambozola-latest.tar.gz&lt;br /&gt;
&lt;br /&gt;
replace &amp;quot;931&amp;quot; with cambozola version downloaded&lt;br /&gt;
&lt;br /&gt;
cp cambozola-0.931/dist/cambozola.jar /usr/share/zoneminder&lt;br /&gt;
&lt;br /&gt;
Optional Add SSL to Apache2&lt;br /&gt;
&lt;br /&gt;
Create a self-signed certificate:&lt;br /&gt;
&lt;br /&gt;
make-ssl-cert generate-default-snakeoil --force-overwrite&lt;br /&gt;
&lt;br /&gt;
Activate Apache SSL module:&lt;br /&gt;
&lt;br /&gt;
a2enmod ssl&lt;br /&gt;
&lt;br /&gt;
Activate Apache default ssl virtual host:&lt;br /&gt;
&lt;br /&gt;
a2ensite default-ssl&lt;br /&gt;
&lt;br /&gt;
Restart Apache:&lt;br /&gt;
&lt;br /&gt;
service apache2 restart&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You should now be able to access the web server using https://serverip&lt;br /&gt;
&lt;br /&gt;
NTP Daily Sync&lt;br /&gt;
&lt;br /&gt;
nano /etc/cron.daily/ntpdate&lt;br /&gt;
&lt;br /&gt;
Copy the following two lines into nano&lt;br /&gt;
&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
ntpdate ntp.ubuntu.com&lt;br /&gt;
&lt;br /&gt;
Note: replace ntp.ubuntu.com with the time server(s) of your choice. I use time-a.nist.gov time-b.nist.gov&lt;br /&gt;
&lt;br /&gt;
Ctrl+o Enter to save&lt;br /&gt;
&lt;br /&gt;
CTRL+x to exit&lt;br /&gt;
&lt;br /&gt;
chmod 755 /etc/cron.daily/ntpdate&lt;br /&gt;
&lt;br /&gt;
Open Zoneminder in web browser&lt;br /&gt;
&lt;br /&gt;
http://serverip/zm&lt;br /&gt;
&lt;br /&gt;
Click Options&lt;br /&gt;
&lt;br /&gt;
Uncheck: Check with zoneminder.com for updated versions (?) click Save.&lt;br /&gt;
&lt;br /&gt;
Click Images tab&lt;br /&gt;
&lt;br /&gt;
Optional: check &amp;quot;Is the (optional) cambozola java streaming client installed (?)&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Click Save&lt;br /&gt;
&lt;br /&gt;
Reboot server to insure Zoneminder starts on boot.&lt;br /&gt;
&lt;br /&gt;
Return to the Zoneminder web page to set up your cameras.&lt;/div&gt;</summary>
		<author><name>Bbunge</name></author>
	</entry>
</feed>