Kitware / minerva

Minerva: client/server/services for analysis and visualization
Apache License 2.0
36 stars 14 forks source link

Twofishes integration #408

Closed dorukozturk closed 7 years ago

dorukozturk commented 7 years ago

In order to get the twofishes up and running do this:

$ pip install ansible
$ git clone git@github.com:OpenGeoscience/fsqio.git
$ cd fsqio/ansible
$ ansible-galaxy install -r requirements.txt
$ vagrant up geocoder

It takes a while to provision but once it succeeds, it should be up and running on port 8087. http://localhost:8087

deepinscreenshot20170525083830

dorukozturk commented 7 years ago

@aashish24 Once we merge fsqio PR, I am going to replace the instructions here. The most dramatic difference between master fsqio and our fork is with countries.

deepinscreenshot20170602100652 deepinscreenshot20170602101059

aashish24 commented 7 years ago

@aashish24 Once we merge fsqio PR, I am going to replace the instructions here. The most dramatic difference between master fsqio and our fork is with countries.

our fork data looks great!

dorukozturk commented 7 years ago

@aashish24 This is ready for another review. I added some tests. Coverage for the twofishes.py file is 88%.