Difference between revisions of "Lubuntu 16.04 with Zoneminder 1.29.0 pre-configured CD or USB"

From ZoneMinder Wiki
Jump to navigationJump to search
Line 4: Line 4:


This readme file is for the Zoneminder 1.29.0/Lubuntu 16.04 Live CD/USB system.
This readme file is for the Zoneminder 1.29.0/Lubuntu 16.04 Live CD/USB system.
For additional information see the Zoneminder WIKI: https://wiki.zoneminder.com/Lubuntu_16.04_with_Zoneminder_1.29.0_pre-configured_CD_or_USB


There is a 32 BIT and a 64 BIT version of the system. File names:
There is a 32 BIT and a 64 BIT version of the system. File names:
Line 33: Line 31:
Network: I have discovered that this version may not successfully detect the network card on startup from a live DVD or USB drive. The deskop will start, in time, and you can configure the network manually. Open a terminal - System Tools - XTerm and enter:
Network: I have discovered that this version may not successfully detect the network card on startup from a live DVD or USB drive. The deskop will start, in time, and you can configure the network manually. Open a terminal - System Tools - XTerm and enter:


ifconfig -d -a
ifconfig -d -a


and you will see something like: enpos25
and you will see something like: enpos25
Line 39: Line 37:
Open the interfaces file and change the enpxxx entries to match your setup
Open the interfaces file and change the enpxxx entries to match your setup


sudo nano /etc/network/interfaces
sudo nano /etc/network/interfaces


Ctrl + o to save Ctrl + x to exit
Ctrl + o to save Ctrl + x to exit
Line 45: Line 43:
Start the network
Start the network


sudo ifup eth?  (enter your eth number)
sudo ifup enpxxx?  (enter your eth number)


Updates: As this is a minimal Lubuntu install the software updater is not provided. To update the installation open a terminal and run:
Updates: As this is a minimal Lubuntu install the software updater is not provided. To update the installation open a terminal and run:


sudo apt-get update
sudo apt-get update
sudo apt-get upgrade
sudo apt-get upgrade
sudo apt-get dist-upgrade
sudo apt-get dist-upgrade





Revision as of 19:25, 6 May 2016

06MAY16

ISO files are complete but it will take some time to upload them from my slow DSL connection.

This readme file is for the Zoneminder 1.29.0/Lubuntu 16.04 Live CD/USB system.

There is a 32 BIT and a 64 BIT version of the system. File names:

live-cd-16.04-32.iso live-cd-16.04-64.iso

You can burn the files to DVD, start a PC from the DVD and run/install the system.

You can also make a bootable USB. I recommend using Unetbootin (http://unetbootin.github.io/). This is what I used to make a bootable USB. Other programs may work but have not been tested.

When you boot the system Lubuntu will open to a log in page. For the user enter "ubuntu" and leave the password blank. You must log into Lubuntu to run the installer!

Apache, Mariadb Server and Zoneminder will run on startup.

To access Zoneminder open Firefox and enter http://localhost/zm You can also access Zoneminder from another PC using the IP-Address of the system: http://IP-Address/zm

Zoneminder is configured with one monitor set to a public camera and, if the system has internet access, should be viewable. You may reconfigure this camera to one of your own.

This system contains an installer which you can use to install this fully functioning Lubuntu/Zoneminder system to your hard drive. When installed to your hard drive you can access Zoneminder using Firefox or a web browser from another PC.

Time Zone: you may have to edit the php.ini to correct the time zone entry. See the WIKI for instructions on editing this file. nano /etc/php/7.0/apache2/php.ini

Network: I have discovered that this version may not successfully detect the network card on startup from a live DVD or USB drive. The deskop will start, in time, and you can configure the network manually. Open a terminal - System Tools - XTerm and enter:

ifconfig -d -a

and you will see something like: enpos25

Open the interfaces file and change the enpxxx entries to match your setup

sudo nano /etc/network/interfaces

Ctrl + o to save Ctrl + x to exit

Start the network

sudo ifup enpxxx?   (enter your eth number)

Updates: As this is a minimal Lubuntu install the software updater is not provided. To update the installation open a terminal and run:

sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade


About the system:

Install was from Ubuntu 16.04 Minimal CD with Lubuntu Minimal, LAMP and OpenSSL. MySQL 5.7 was replaced with Mariadb Server.

The root password for MySQL is "Passwordzm" Recommend you change the password after you install to hard drive: (http://www.liquidweb.com/kb/change-a-password-for-mysql-on-linux-via-command-line/)

Zoneminder was installed using: https://wiki.zoneminder.com/Ubuntu_Server_16.04_64-bit_with_Zoneminder_1.29.0_the_easy_way

Lubuntu Minimal Desktop was installed with Forefox added afterwards.