Difference between revisions of "Package:Zoneminder"

From Funtoo
Jump to navigation Jump to search
m (page needs updates)
m (more details)
Line 4: Line 4:
|Homepage=http://www.zoneminder.com/
|Homepage=http://www.zoneminder.com/
}}
}}
{{warning|this page is incomplete, and requires webapp commands.  External Resources contains links that may also help installing this package.}}
{{PageNeedsUpdates}}
{{PageNeedsUpdates}}
Zoneminder is a web/net cam web application to create streams of video for security feeds.  Zoneminder supports motion logging.
Zoneminder is a web/net cam [[web-server-stack]] web application to create streams of video for security feeds.  Zoneminder supports motion logging, zooming, and other DVR functions.
{{warning|this page is incomplete, and requires webapp commands.}}
 


=== Installation ===
=== Installation ===
{{console|body=###i## emerge www-misc/zoneminder}}
{{console|body=###i## emerge www-misc/zoneminder}}


Zoneminder's configuration files are located @ {{f|/etc/conf.d/zoneminder}} & {{f|/etc/zm.conf}}
=== Configuration ===
Zoneminder's configuration files are located @ {{f|/etc/conf.d/zoneminder}} & {{f|/etc/zm.conf}}.


==== Database ====
===== MySQL =====
Zoneminder requires a database to run.  {{package|dev-db/mysql}} and its equivalent alternatives will suffice.
==== Init ====
To start the Zoneminder service:
To start the Zoneminder service:
{{console|body=###i## rc-update add zoneminder
{{console|body=###i## rc-update add zoneminder
###i## rc}}
###i## rc}}
=== External Resources ===
*https://wiki.gentoo.org/wiki/ZoneMinder
*https://wiki.archlinux.org/index.php/ZoneMinder
*http://www.puccinellidigital.com/musings/notes/zoneminder-nginx
{{EbuildFooter}}
{{EbuildFooter}}

Revision as of 20:46, April 8, 2015

Zoneminder

   Tip

We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.

   Warning

this page is incomplete, and requires webapp commands. External Resources contains links that may also help installing this package.

Zoneminder is a web/net cam web-server-stack web application to create streams of video for security feeds. Zoneminder supports motion logging, zooming, and other DVR functions.

Installation

root # emerge www-misc/zoneminder

Configuration

Zoneminder's configuration files are located @ /etc/conf.d/zoneminder & /etc/zm.conf.

Database

MySQL

Zoneminder requires a database to run. dev-db/mysql and its equivalent alternatives will suffice.

Init

To start the Zoneminder service:

root # rc-update add zoneminder
root # rc

External Resources