A web-based GUI for gn_crossmap. The gn_crossmap Ruby gem allows comparison of one list of names against another.
- install docker
- install docker-compose
- run
docker-compose up
docker-compose run app rake
We recommend to use docker-compose for development
To prepare the system (if you run it first time or there was an update in the code) go to the project's root and then
docker-compose down # if it is running
sudo chown -R `whoami` # for linux only (Windows, Mac do it for you)
docker-compose build
Start it all:
docker-compose up
Point your browser to http://0.0.0.0:9292
For testing purposes you can use this csv file
To stop it run
docker-compose down