Skip to content
This repository has been archived by the owner on Feb 21, 2019. It is now read-only.

Latest commit

 

History

History
25 lines (17 loc) · 705 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 705 Bytes

Developing

Starting Elasticsearch

A sample Elasticsearch Docker container can be started with make es with the name: ufo_es.

If you're using boot2docker or an elasticsearch not at localhost, you'll need to set an environment variable like export ELASTICSEARCH_HOST=$(boot2docker ip).

Loading data

Run make data to get the data onto your computer, then make index to load that data into Elasticsearch.

Frontend

Start a webserver on port 8000:

grunt dev

Data sources