Facet Search interface for GCIS.
Install ElasticSearch (only tested with version 1.7.X)
Demo: https://gcis-search-stage.jpl.net/search
- Clone repo:
git clone https://github.com/USGCRP/gcis-search.git
cd gcis-search
- Create virtualenv:
virtualenv env
source env/bin/activate
- Install required modules:
pip install -r requirements.txt
- Build gcis:
python setup.py develop
- Create db:
./manage.py createdb
- Install GCIS ES template:
cd scripts
./install_gcis_template.sh http://localhost:9200 gcis ../config/es_template-gcis.json
- Download GCIS data:
./download_gcis_data.py
- Import GCIS data:
./import_gcis_data.py
- Run server:
./manage.py server -h 0.0.0.0
- Access interface in browser: http://:5000