From 1d00118a42ef7d1f082cf76e317e44bfa783e661 Mon Sep 17 00:00:00 2001 From: varac Date: Thu, 26 Sep 2013 16:37:20 +0200 Subject: updated readme.md --- shelr/README.md | 35 ++++++++++++++++++++++++++++++----- 1 file changed, 30 insertions(+), 5 deletions(-) (limited to 'shelr') 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 + + -- cgit v1.2.3