This code is an interface into the LR Search Index. It provides API access to ease searching an LR ElasticSearch instance as well as passthroughs for direct ElasticSearch queries, and rendering of a customizable remote widget
- PHP 5.3
- mcrypt PHP Module
- Composer
curl -s https://getcomposer.org/installer | php
- Redis 2.8
- Point your PHP configuration at /public
- Run composer to install required packages:
composer install
- Run
./setup.sh
- Follow installation instructions
This project includes a .htaccess
in public/
that should work immediately when using Apache. If the provided .htaccess
file does not work or you are not using Apache, please refer to the laravel 4 documentation on pretty URL configuration: http://laravel.com/docs/installation#pretty-urls
Further documentation and examples for available API endpoints is available at /help
Code and documentation copyright 2014 Navigation North. Code released dual-licensed, available under either the MIT license or the Apache 2 license.