Skip to content

flopezag/docker-fiware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-fiware

License badge

Introduction

Sample docker-compose and configuration files to deploy almost a complete FIWARE architecture example.

Install

You have two possibilites to deploy this component, locally in your environment or in a virtual machine.

Install locally

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.

Install remotelly

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

License

These scripts are licensed under Apache License 2.0.