Public Catalog Search
=====================

Public Catalog Search is an extension of The Orchard corpsite that allows the public to quickly
search The Orchard catalog of Audio and Video releases.

### Dependencies:

- CatalogSearch requires PHP 5.4

### To install:

- Clone the repo
- Run `composer install`
- Point apache at the `/web/` subdirectory

### Front end build:

- Follow the install for npm and gulp for the orchard codebase: https://github.com/theorchard/orchard/blob/master/frontend/docs/getting-started.md
- Copy `/frontend/config/config.shadow.json` -> `/frontend/config/config.json`
- From `/frontend/` execute `gulp build`
- From `/frontend/` execute `gulp style-build`
- From `/frontend/` execute `gulp deploy`