summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-09-26 18:30:14 +0200
committervarac <varacanero@zeromail.org>2013-09-26 18:30:14 +0200
commite75145283c64ae10aa27a18a68323be926853179 (patch)
tree9b80876f541879214247830c85c76887b5324826
parent87acfec8e0d9e31fec27e9709f6751b8c5c05c9c (diff)
+Preparing the demo machines
-rw-r--r--shelr/README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/shelr/README.md b/shelr/README.md
index 90045d4..30b9354 100644
--- a/shelr/README.md
+++ b/shelr/README.md
@@ -81,4 +81,16 @@ Resetting demo machines
* NOTE: you need to wait maybe 5 minutes for the nodes to be restarted
+Preparing the demo machines
+---------------------------
+
+* make sure you can properly login to the machines with you ssh-key. use ssh-agent for it:
+
+
+ eval `ssh-agent` && ssh-add
+
+* to speed up initialization + deployment, login to the servers and:
+
+
+ apt-get update && apt-get dist-upgrade