-
Access to
provision
folder once the respository has been cloned:cd ~/FiwareDevModeForPositionSystem/provision/
-
Create and copy the certificates using
ssl.sh
script 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
PROTOCOL
environmental variable fromAMQP
toMQTT
: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