Category Archives: ZoneMInder
Installing ZoneMinder on UbuntuServer – Enable and Start ZM
Enabling and Starting ZoneMinder: systemctl enable zoneminder Note: It came back with: Synchronizing state of zoneminder.service with SysV init with /lib/systemd/systemd-sysv-install… Executing /lib/systemd/systemd-sysv-install enable zoneminder systemctl start zoneminder Note: It didn’t come back with anything re: prompts. Probably OK, though. … Continue reading
Installing ZoneMinder on UbuntuServer – Configure Apache
a2enconf zoneminder Note: It came back with: To activate the new configuration, you need to run: service apache2 reload Note: Not sure if I do this now or not… Decided to do now, even though two more commands to go … Continue reading
Installing ZoneMinder on UbuntuServer – Configuring dB
Now that the software is installed, I need to configure the ZoneMinder database. ZoneMinder Installation mysql -uroot -p < /usr/share/zoneminder/db/zm_create.sql Note: Entered my root password on file. I suppose this is creating a database. I also confirmed the files path … Continue reading
Installing ZoneMinder on UbuntuServer – Zoneminder repo
Goal is to install the latest version of ZoneMinder ZoneMinder Installation Either run commands in this install using sudo or use the below to become root sudo -i Note: When I do this it asks for my password, and the … Continue reading