zoneminder/web/api
Pliable Pixels e332fc36a9 Fixed Configs API to return all values 2015-07-21 13:28:37 -04:00
..
app Fixed Configs API to return all values 2015-07-21 13:28:37 -04:00
lib/Cake
.editorconfig
.gitattributes
.gitignore
.htaccess Added "RewriteBase /zm/api" for API routing 2015-07-05 08:59:07 -04:00
CMakeLists.txt fix bootstrap.ini substitution 2015-06-12 11:12:58 -04:00
CONTRIBUTING.md
README.md Changed the API readme to be ZoneMinder-relevant 2014-04-29 20:49:54 +00:00
build.properties
build.xml
composer.json
index.php

README.md

ZoneMinder API

This is the ZoneMinder API. It should be, for now, installed under the webroot e.g. /api.

app/Config/database.php.default must be configured and copied to app/Config/database.php

In adition, Security.salt and Security.cipherSeed in app/Config/core.php should be changed.

The API can run on a dedicated / separate instance, so long as it can access the database as ocnfigured in app/Config/database.php