Sample docker-compose and configuration files to deploy almost a complete FIWARE architecture example.
You have two possibilites to deploy this component, locally in your environment or in a virtual machine.
In order to install locally this component you have to keep in mind that you should have installed previously docker and docker-compose. Please follow the tutorial Install Docker CE in order to install docker engine and then follow the documentation Install Docker Compose.
The next step is simple clone the repository in your local folder:
git clone https://github.com/flopezag/docker-fiware
After this step you can launch your services just executing:
docker-compose up -d
Last but not leasr, to configure your wirecloud instance just execute the configuration script:
./setup.sh init
It will request you the user name and password of the IdM instance that you have allocated. Please use the default administration user of the IdM. In order to access the wirecloud just go to the link Wirecloud.
In order to install and configure the deployment of this dockers, you can take a look to the documentation provided in deploy folder, How to deploy it in a specific machine
These scripts are licensed under Apache License 2.0.