Skip to content
Snippets Groups Projects
Commit 8ee2a56a authored by Guilhem Niot's avatar Guilhem Niot
Browse files

Fix the demo

parent 74096926
No related branches found
No related tags found
No related merge requests found
No preview for this file type
...@@ -172,7 +172,10 @@ First, A executes the following commands: ...@@ -172,7 +172,10 @@ First, A executes the following commands:
dat-store set-provider http://raspberrypi.local:3472 raspberry dat-store set-provider http://raspberrypi.local:3472 raspberry
mkdir mydat mkdir mydat
dat-store add ./mydat dat-store add ./mydat
dat-store add ./mydat raspberry dat-store list
dat-store add <url from previous command corresponding to ./mydat> raspberry
# You can check that the content is actually replicated by accessing
# http://raspberrypi.local/gateway/<token from hyper url corresponding to ./mydat>/
\end{lstlisting} \end{lstlisting}
Then, client B executes: Then, client B executes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment