This document presents how to install and run the FROG4 Migration Orchestrator.
$ sudo apt-get install python3-setuptools python3-dev python3-pip git
$ sudo pip3 install gunicorn flask flask-restplus
$ git clone https://github.com/netgroup-polito/frog4-migration-orch
$ cd frog4-migration-orch
In order to properly configure the migration orchestrator, you should edit the follwoing files:
$ ./start.sh
When the component is started, you can use it through the GUI at url: http://address:port/gui, or directly through the REST API. In addition, the swagger-generated documentation of the API is available at http://address:port/api_docs.