Coder Social home page Coder Social logo

python-flask-es-test's People

Contributors

hitz avatar zoldello avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

python-flask-es-test's Issues

Make file may reference python 3 and .gitignore needs more content

These two separate issues where group into one out of convenience.

The make file refers to Python as "python". This can lead to problems with machines where "python" refers to Python 3 rather than 2. So, Python 2 needs to explicitly be mentioned.

The .gitigore file should ignore "prototype" generated for virtual environments and package.json.lock. This will prevent accidentally merging them into a repo.

Gotcha-notes in README.md

A personal habit I have is to add "gotcha" to help people debug issues. Here are some things I would add:

  • make sure you are running elastic search version 2.4.6 rather than the lastest version
  • ensure elastic search is running before running the make file
  • In the make file, you may need to change the word "python" to "python2"; depending on how your machine runs python2.7

Diseases aren't searched properly

In master branch, Worm disease and OMIM files are loaded but there is some error with search or mapping that doesn't seem to work right - if you type in a mapped disease word like "polycystic" you don't get Diseases although genes with the term in the description do show up.

Alternate command needed to install Java8

When I followed the installation instructions in the README, I got an error from this step as follows:

brew cask install homebrew/cask-versions/java8 
Error: Cask 'java8' is unavailable: '/usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask-versions/Casks/java8.rb' does not exist.

A quick troubleshooting process yielded this alternative command from StackOverflow that seems to have done the trick. It turns out that Java8 as listed is no longer offered through Homebrew. I thought I would let you know in case you want to update the instructions in your tutorial.

brew cask install homebrew/cask-versions/adoptopenjdk8

Cheers,
Dana

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.