You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/www-misc/zoneminder/files
root 820c114592
Sync with portage [Mon Feb 26 08:42:59 MSK 2018].
6 years ago
..
10_zoneminder.conf Sync with portage [Fri Feb 23 22:33:46 MSK 2018]. 6 years ago
README.gentoo Sync with portage [Fri Feb 23 22:33:46 MSK 2018]. 6 years ago
conf.d Sync with portage [Fri Apr 25 20:51:23 MSK 2014]. 10 years ago
init.d Sync with portage [Wed Mar 1 14:54:55 MSK 2017]. 7 years ago
zoneminder-1.30.2-diskspace.patch Sync with portage [Mon Apr 17 08:58:41 MSK 2017]. 7 years ago
zoneminder-1.30.4-gcc7.patch Sync with portage [Mon Feb 26 08:42:59 MSK 2018]. 6 years ago
zoneminder-1.30.4-glibc226.patch Sync with portage [Mon Feb 26 08:42:59 MSK 2018]. 6 years ago
zoneminder-1.30.4-path_zms.patch Sync with portage [Fri Feb 23 22:33:46 MSK 2018]. 6 years ago
zoneminder.service Sync with portage [Sun Dec 11 19:51:31 MSK 2016]. 8 years ago

README.gentoo

1. If this is a new installation, you will need to create a MySQL

database for zoneminder to use
(see https://wiki.gentoo.org/wiki/MySQL/Startup_Guide).
E.g., when logged into mysql as root,
mysql> CREATE DATABASE \`zm\`;
mysql> grant select,insert,alter,update,lock tables,delete on zm.* to 'zmuser'@localhost identified by 'zmpass';
mysql> flush privileges;
Once you completed that you should execute the following:
mysql -p < /usr/share/zoneminder/db/zm_create.sql

2. Set your database settings in /etc/zm.conf, including above zmpass

3. Configure apache to use zoneminder, see /usr/share/doc/zoneminder*/10_zoneminder.conf
for an example configuration snippet.

4. Enable PHP in your webserver configuration,
enable short_open_tags in php.ini (likely on by default now)
set the time zone in php.ini,
and restart/reload the webserver.

5. Start the zoneminder daemon:
/etc/init.d/zoneminder start

6. Finally point your browser to http://your.webserver/zm

If you are upgrading, you will need to run the zmupdate.pl script:
/usr/bin/zmupdate.pl