Merge branch 'master' of https://github.com/OpenKJ/StandaloneRequestServer
This commit is contained in:
@@ -2,8 +2,11 @@
|
|||||||
Standalone basic single-venue request server implementation for use with OpenKJ.
|
Standalone basic single-venue request server implementation for use with OpenKJ.
|
||||||
|
|
||||||
Requires php
|
Requires php
|
||||||
|
|
||||||
Can be run under either php's built in web server or under any web server with php support like apache or nginx.
|
Can be run under either php's built in web server or under any web server with php support like apache or nginx.
|
||||||
|
|
||||||
Ignores any API key specified in the OpenKJ.
|
Ignores any API key specified in the OpenKJ.
|
||||||
|
|
||||||
If you were serving this from a web server as http://10.0.0.1/requestserver, you would configure the server URL in OpenKJ to point to http://10.0.0.1/requestserver/api.php
|
If you were serving this from a web server as http://10.0.0.1/requestserver, you would configure the server URL in OpenKJ to point to http://10.0.0.1/requestserver/api.php
|
||||||
|
|
||||||
|
settings.inc should be edited with an appropriate database path that the webserver has write access to. If the database file doesn't exist, it will be created automatically.
|
||||||
|
|||||||
Reference in New Issue
Block a user