https://github.com/flopezag/docker-fiware
Sample docker-compose and configuration files to deploy almost a complete FIWARE architecture example.
https://github.com/flopezag/docker-fiware
docker docker-compose fiware fiware-idm fiware-iot-agents fiware-ngsi fiware-orion fiware-pep fiware-wirecloud
Last synced: 6 months ago
JSON representation
Sample docker-compose and configuration files to deploy almost a complete FIWARE architecture example.
- Host: GitHub
- URL: https://github.com/flopezag/docker-fiware
- Owner: flopezag
- License: apache-2.0
- Created: 2018-05-27T13:39:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-07T12:14:53.000Z (about 7 years ago)
- Last Synced: 2025-02-13T04:44:19.063Z (8 months ago)
- Topics: docker, docker-compose, fiware, fiware-idm, fiware-iot-agents, fiware-ngsi, fiware-orion, fiware-pep, fiware-wirecloud
- Language: Shell
- Homepage:
- Size: 43.9 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-fiware
[](https://opensource.org/licenses/Apache-2.0)
## 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](https://docs.docker.com/install/) in
order to install docker engine and then follow the documentation [Install Docker Compose](https://docs.docker.com/compose/install/).The next step is simple clone the repository in your local folder:
```bash
git clone https://github.com/flopezag/docker-fiware
```After this step you can launch your services just executing:
```bash
docker-compose up -d
```Last but not leasr, to configure your wirecloud instance just execute the configuration script:
```bash
./setup.sh init
```It will request you the user name and password of the [IdM](http://127.0.0.1:3000) 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](http://127.0.0.1).### 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](deploy/README.md)## License
These scripts are licensed under Apache License 2.0.