Zoneminder setup guide
Installing Zoneminder is not straightforward at all. You need to set up all the dependencies and configure them: e.g., PHP, Apache, MySQL.
A easier way is to use the ZM docker image.
However FreeBSD doesn't support Docker. So I installed a Ubuntu Server guest on my FreeBSD, and install docker on the Ubuntu Server instead. I followed this guide to install Docker on Ubuntu. Basically just setup Docker's repository for apt
. Then simply apt install docker-ce
.
Once docker is ready, use follow commands to install and start the ZM service. Note that first time it takes a while to start up. You can check the log with docker container log Zoneminder
.
Once ZM starts up, point your browser to http://ip:8080/zm
you should see ZM the landing page.
1 | docker pull dlandon/zoneminder |