Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

docker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Install Meteoroid using Docker Compose

Download Meteoroid

git clone https://github.com/OkinawaOpenLaboratory/fiware-meteoroid.git --recursive

Set METEOROID_HOME

cd fiware-meteoroid/
METEOROID_HOME=`pwd`

Install OpenWhisk

cd ${METEOROID_HOME}/docker/openwhisk-devtools/docker-compose
make quick-start

Install Meteodoid, Orion, MongoDB

Please edit DOCKER_HOST_IP for Meteoroid to access OpenWhisk.

cd ${METEOROID_HOME}/docker
vim docker-compose.yml

You should two changes Meteoroid Service and Migration Service.

    environment:
      - OPEN_WHISK_HOST=<DOCKER_HOST_IP>

Run containers.

docker-compose up -d