Re: Ubuntu Install for 1.34.x
Posted: Sat Mar 28, 2020 7:24 pm
Start with a fresh Bionic install. I use the minimal install image also known as the Network Installer:
https://ubuntu.com/download/alternative-downloads
I use a very minimal install. When tasksel comes up choose only the OpenSSH server.
When you restart the system adding net-tools may be a good idea. From there I use putty in a WIndows PC or the terminal in Mac or Linux to finish installing Zoneminder.
First install LAMP:
sudo apt install apache2 mariadb-server php libapache2-mod-php php-mysql
When that completes secure Mariadb:
sudo mysql_secure_installation
I use the same password that I used installing Ubuntu. Easier to remember...
Use the shell script from the WIKI to install Zoneminder:
https://wiki.zoneminder.com/Ubuntu_Serv ... ell_script
Or you can run the commands from the script one line at a time.
Avoid making any other changes before you get Zoneminder working!
https://ubuntu.com/download/alternative-downloads
I use a very minimal install. When tasksel comes up choose only the OpenSSH server.
When you restart the system adding net-tools may be a good idea. From there I use putty in a WIndows PC or the terminal in Mac or Linux to finish installing Zoneminder.
First install LAMP:
sudo apt install apache2 mariadb-server php libapache2-mod-php php-mysql
When that completes secure Mariadb:
sudo mysql_secure_installation
I use the same password that I used installing Ubuntu. Easier to remember...
Use the shell script from the WIKI to install Zoneminder:
https://wiki.zoneminder.com/Ubuntu_Serv ... ell_script
Or you can run the commands from the script one line at a time.
Avoid making any other changes before you get Zoneminder working!