Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 444 Bytes

File metadata and controls

22 lines (12 loc) · 444 Bytes

Dezi_Client

Dezi_Client is a PHP client for the Dezi search platform.

Copyright 2011 by Peter Karman. Release under the MIT license. See LICENSE file.

See http://dezi.org/

Developers

Running the test suite requires a local Dezi server running on port 5000 (the default). You must turn off autocommit for the test suite to work.

In one terminal window:

% dezi --no-ac

And then in another window:

% make test