summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-09-26 16:37:20 +0200
committervarac <varacanero@zeromail.org>2013-09-26 16:37:20 +0200
commit1d00118a42ef7d1f082cf76e317e44bfa783e661 (patch)
tree77e39f4e7a7f2f991a1f8926d7d94624a68f88f4
parentd122e70477a159abc5fa51a0884be89d99e48699 (diff)
updated readme.md
-rw-r--r--shelr/README.md35
1 files changed, 30 insertions, 5 deletions
diff --git a/shelr/README.md b/shelr/README.md
index 707b057..90045d4 100644
--- a/shelr/README.md
+++ b/shelr/README.md
@@ -3,6 +3,10 @@ Quick shelr howto
This is how to make automatic recordings without the hassle to type yourself (and fail and start over again).
+Todo/Ideas
+==========
+
+* automatically split window and output all comments starting with ":" to one window, and all other cmds to another one
Before recording
----------------
@@ -20,12 +24,15 @@ I changed it to "ttyrec" and now the timing is ok.
please try above shelr play cmd again with updated recording.
see [upload to shelr is currently broken](https://github.com/shelr/shelr/issues/21)
+ sudo apt-get install ttyrec
+ shelr backend ttyrec
+
Record
------
- sudo apt-get install ttyrec
- shelr backend ttyrec
+* use max. 132x43 resolution in shell
+
sudo su - demo
@@ -33,7 +40,7 @@ Record
rm -rf ~/leap/demo/leap_cli
rm -rf ~/leap/demo/leap_platform
- shelr record # you don't need a fancy title, will get overridden for upload. only to keep track your recordings
+ shelr record # choose a short, intuitive title (use the first comment in the script)
* in another termial start:
@@ -48,12 +55,30 @@ Upload
* before uploading, edit "meta" and change following keys:
`cd /home/demo/.local/share/shelr/RECORD_ID
- sed -i 's/`hostname`/demobox/g' meta
- sed -i 's/title.*/title" : "Leap Platform Demo - https:\/\/leap.se",/' meta`
+ sed -i "s/`hostname`/demobox/g" meta`
* uploading sucks. you will always get an 500 error, but sometimes the vid yet shows up on http://shelr.tv.
i couldn't login using github oauth, if anyone have an openid account, please try.
+ shelr setup xxxxxxxx # setup upload api key (see pwstore)
shelr push RECORD_ID
+* Description: "see https://leap.se for more details"
+* Tags: "leap, bitmask"
+* you can always edit the description, tags and title later
+
+Resetting demo machines
+========================
+
+* connect to the pistoncloud DC vpn, and souce your credentials for the
+* cd to your leap_pistonadmin working dir
+* revert the instances using YOUR key !
+
+
+ for h in chameleon panda seahorse; do ./revert_instance_from_snapshot.sh -i ${h}.testing.bitmask.net -s ${h}_gold -k $USER; done
+
+
+* NOTE: you need to wait maybe 5 minutes for the nodes to be restarted
+
+