-
Access to
provisionfolder once the respository has been cloned:cd ~/FiwareDevModeForPositionSystem/provision/ -
Create and copy the certificates using
ssl.shscript from services names like api. E.g.:Details of the script have been documented in Security Layer
./ssh.sh api -
Increase CrateDB virtual Memory
sudo sysctl -w vm.max_map_count=262144 -
Update the
PROTOCOLenvironmental variable fromAMQPtoMQTT:cd ./Publisher-Agent nano docker-compose.yml PROTOCOL=MQTT
-
Pull docker images
./services create -
Deploy containers, add database indexes, create entities, device provisioning and create subscriptions.
./services start -
Stop and remove containers
./services stop