Skip to content

atxhack4change/texplorer

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 42.5%
  • Python 23.1%
  • HTML 23.0%
  • Makefile 5.5%
  • CoffeeScript 3.8%
  • CSS 2.1%