From 14460e8ab3e7bbded0e0d212718082b7cb85cca6 Mon Sep 17 00:00:00 2001 From: Julien Enoch Date: Fri, 6 Dec 2024 16:17:30 +0100 Subject: [PATCH] README: update zenohd instructions to load REST plugin (#270) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 77c6a56..5649e18 100644 --- a/README.md +++ b/README.md @@ -77,8 +77,8 @@ You can setup storages either at zenoh router startup via a configuration file, ### **Setup at runtime via `curl` commands on the admin space** - - Run the zenoh router, with write permissions to its admin space: - `zenohd --adminspace-permissions rw` + - Run the zenoh router, with write permissions to its admin space and with the REST plugin: + `zenohd --adminspace-permissions=rw --rest-http-port=8000` - Add the "rocksdb" backend (the "zenoh_backend_rocksdb" library will be loaded): `curl -X PUT -H 'content-type:application/json' -d '{}' http://localhost:8000/@/router/local/config/plugins/storage_manager/volumes/rocksdb` - Add the "demo" storage using the "rocksdb" backend: