blob: abd6e3b06ff351e09d07dcdc7f24f8f0dad0aa74 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
If this is a new installation, you will need to create a database for ZM to
use. Execute the following:
cd /usr/share/doc/zoneminder-VERSION
gunzip zmschema.sql.gz && mysql mysql < zmschema.sql
mysql mysql
> grant select,insert,update,delete on <your database name>.* to '<username>'@localhost identified by '<password>';
> quit
mysqladmin reload
Then edit /etc/zm.conf, and log in:
http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/zm.php
Default username/password are admin/admin.
|