Update README.Fedora

pull/533/head
Andrew Bauer 2014-10-12 15:54:54 -05:00
parent 0bb2d9f81d
commit 7dbad45e30
1 changed files with 3 additions and 23 deletions

View File

@ -80,30 +80,10 @@ New installs
sudo systemctl enable httpd.service sudo systemctl enable httpd.service
sudo systemctl start httpd.service sudo systemctl start httpd.service
9. You should immediately visit http://localhost/zm and secure the system if 9. Now start zoneminder:
it is network facing. To do this:
a) click Options, then System. sudo systemctl enable zoneminder.service
b) check OPT_USE_AUTH. sudo systemctl start zoneminder.service
c) set AUTH_HASH_SECRET to a random string.
d) click Save and refresh the main browser window.
e) You should be prompted to log in;
the default username/password is admin/admin.
f) Open Options again, choose the newly visible Users tab.
g) click the admin user and set a password.
h) enable OPT_CONTROL on the Ssytem tab to enable ptz camera control.
10. The zoneminder.service file fails at present but the zmpkg.pl script
can be run as root to start zoneminder.
sudo zmpkg.pl start
To start zoneminder automatically, create /etc/rc.d/rc.local and place the
following inside it:
#!/bin/sh
/usr/bin/zmpkg.pl start
The rc.local file must be made executable.
Upgrades Upgrades
======== ========