Installation

Scaner requires docker and docker-compose to work. You can download Docker here

Docker-compose can be easily installed through pip.

$ pip install docker-compose

Building Scaner

First of all, you need to clone the Github repository:

$ git clone git@github.com:gsi-upm/scaner
$ cd scaner

Once cloned, we need to build the docker image:

$ docker-compose build

Then, it is necessary to populate OrientDB schema.

$ ./populate_schema.sh

Running Scaner

Now the image is ready to run:

$ docker-compose up