zoneminder/web/api
Andrew Bauer 8406818b00 Merge pull request #921 from pliablepixels/master
Added "RewriteBase /zm/api" for API routing
2015-07-05 08:34:28 -05:00
..
CMakeFiles Merged Angular UI branch API to master 2015-06-11 02:58:58 +00:00
app Dumb down Crud from 4.0 -> 3.0.10 2015-06-30 10:26:29 -05:00
lib/Cake Moved the api to underneath the web directory 2014-04-29 20:41:04 +00:00
.editorconfig Moved the api to underneath the web directory 2014-04-29 20:41:04 +00:00
.gitattributes Moved the api to underneath the web directory 2014-04-29 20:41:04 +00:00
.gitignore Moved the api to underneath the web directory 2014-04-29 20:41:04 +00:00
.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 Moved the api to underneath the web directory 2014-04-29 20:41:04 +00:00
README.md Changed the API readme to be ZoneMinder-relevant 2014-04-29 20:49:54 +00:00
build.properties Moved the api to underneath the web directory 2014-04-29 20:41:04 +00:00
build.xml Moved the api to underneath the web directory 2014-04-29 20:41:04 +00:00
cmake_install.cmake Merged Angular UI branch API to master 2015-06-11 02:58:58 +00:00
composer.json Moved the api to underneath the web directory 2014-04-29 20:41:04 +00:00
index.php Moved the api to underneath the web directory 2014-04-29 20:41:04 +00:00

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