2014-04-29 20:49:54 +00:00
|
|
|
ZoneMinder API
|
|
|
|
==============
|
2014-04-23 02:51:50 +00:00
|
|
|
|
2014-04-29 20:49:54 +00:00
|
|
|
This is the ZoneMinder API. It should be, for now, installed under the webroot
|
|
|
|
e.g. /api.
|
2014-04-23 02:51:50 +00:00
|
|
|
|
2014-04-29 20:49:54 +00:00
|
|
|
app/Config/database.php.default must be configured and copied to
|
|
|
|
app/Config/database.php
|
2014-04-23 02:51:50 +00:00
|
|
|
|
2014-04-29 20:49:54 +00:00
|
|
|
In adition, Security.salt and Security.cipherSeed in app/Config/core.php should
|
|
|
|
be changed.
|
2014-04-23 02:51:50 +00:00
|
|
|
|
2014-04-29 20:49:54 +00:00
|
|
|
The API can run on a dedicated / separate instance, so long as it can access
|
2015-08-21 09:29:35 +00:00
|
|
|
the database as configured in app/Config/database.php
|