This folder contains all the source code used by the FITMAN Generic Enabler "GeToVa".
The GeToVa Specific Enabler is available at: http://fitman.sti2.at/
Running the whole application requires to:
- install docker and docker-compose:
- cd into this folder and run:
docker-compose build getova
- if you are using boot2docker run:
docker-compose up
If you are using boot2docker (MacOS) it will start the servers at :3000 :9200/9300
- alternatively run:
docker-compose -f noboot2docker.yml up
This starts the GeToVa server at losthost:3000 It will also start an ElasticSearch server at localhost:9200/9300
The main application handling the web interface and the REST API Also contains the clustering component
the rails application handling the webinterface (frontend and REST API)
scripts and tools to extract resume / CV information via GATE as well as tools to extract company data for several Use-Cases
a gem used by GeToVa to perform the transformations
some helpful scripts for development
configuration used by docker for elastic search
documentation and usage of the GeToVa api