diff options
Diffstat (limited to 'www-misc/zoneminder/files/postinstall.txt')
-rw-r--r-- | www-misc/zoneminder/files/postinstall.txt | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/www-misc/zoneminder/files/postinstall.txt b/www-misc/zoneminder/files/postinstall.txt deleted file mode 100644 index 5bb5c2d66404..000000000000 --- a/www-misc/zoneminder/files/postinstall.txt +++ /dev/null @@ -1,19 +0,0 @@ -If this is a new installation, you will need to create a database for ZM to -use. Execute the following: - - cd /usr/share/doc/${PN}-${PVR} - 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 - -Now run zmconfig.pl: - cd /usr/share/${PN}-${PVR} - edit zmconfig-gentoo.txt set your db settings - ./zmconfig.pl -f ./zmconfig-gentoo.txt -noi -nor - -Then edit /etc/zm.conf, and log in: - http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/zm.php - -Default username/password are admin/admin. |