Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 782 Bytes

README.md

File metadata and controls

29 lines (26 loc) · 782 Bytes

#Scaner ##Arquitecture alt tag

Installation

Firstly you have to install Docker and Docker Compose. This can be easily installed with pip:

$ pip install docker-compose

Now, clone the repository into your local system

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

Use Docker Compose to build the application:

$ cd scaner
$ docker-compose build

Then, it is necessary to run OrientDB

$ ./populate_schema.sh

Finally, we run the application

$ docker-compose up

Scaner application it is now available on port 5000