From 651f22533b498bc7c91078820dd2155e351d523e Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Thu, 15 Jun 2017 14:40:26 +0200 Subject: rumba: Fix spelling errors in the README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 25d79fd..f80e02e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# Rumba: A framework to install, bootstrap a RINA network +# Rumba: A framework to bootstrap a RINA network on a testbed Rumba is part of ARCFIRE 2020, Work Package 3. It is a framework in -Python which allows user to write a Python script to define a RINA +Python which allows a user to write a Python script to define a RINA network. The physical graph needed for this RINA network is then calculated and realised on one of the supported testbeds. Next, if the user requests this, one of the supported RINA prototypes is -- cgit v1.2.3 From 1f264fb2bf6884b8f13a7e1580356ac87e61bb4e Mon Sep 17 00:00:00 2001 From: Vincenzo Maffione Date: Thu, 15 Jun 2017 15:33:51 +0200 Subject: README.md: add newline at EOF --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index f80e02e..6a02f2d 100644 --- a/README.md +++ b/README.md @@ -135,4 +135,5 @@ folder. $ rumba-access $NODE_NAME - Where $NODE_NAME is the name of the node to access. \ No newline at end of file + Where $NODE_NAME is the name of the node to access. + -- cgit v1.2.3 From c345d1b54f8e78d7c6e457b62e6b925a4daf6190 Mon Sep 17 00:00:00 2001 From: Vincenzo Maffione Date: Thu, 15 Jun 2017 15:44:54 +0200 Subject: README.md: add warning about sudo --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 6a02f2d..db3211a 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,9 @@ folder. $ eval `ssh-agent` $ ssh-add /home/morty/cert.pem + Pay attention to run your rumba script in the same terminal used for the + previous commands, without changing the user (e.g. using su or sudo). + ## Accessing nodes after swap-in To access a node once the experiment swapped in, use the following -- cgit v1.2.3