summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-12-28 15:08:35 +0100
committervarac <varacanero@zeromail.org>2016-12-28 15:08:35 +0100
commitc2627475205473f3bb7cfdf9c5c41c6df71a03a0 (patch)
treef35a7b883c59b14b125b1b9fcc581b3c03e6dd9c
parent110d124fa8c8a9b2d69f31ab8fc0893bbd011131 (diff)
Updated platform-workshop
-rw-r--r--platform-workshop/slides.md18
-rw-r--r--platform-workshop/todo.md18
2 files changed, 16 insertions, 20 deletions
diff --git a/platform-workshop/slides.md b/platform-workshop/slides.md
index aeec6aa..9d84058 100644
--- a/platform-workshop/slides.md
+++ b/platform-workshop/slides.md
@@ -158,7 +158,7 @@ $ mkdir -p ~/leap/example.org
$ cd ~/leap/example.org
```
-***
+---
# Checkout stable version of platform
@@ -223,12 +223,11 @@ $ leap cert csr
- see https://github.com/pixelated/puppet-pixelated for details
```
-$ mkdir -p files/puppet/modules
-$ git clone https://github.com/pixelated/puppet-pixelated.git \
- files/puppet/modules/pixelated
+mkdir -p files/puppet/modules/custom/manifests
+git clone https://github.com/pixelated/puppet-pixelated.git \
+ files/puppet/modules/pixelated
+echo 'class custom { include ::pixelated }' > files/puppet/modules/custom/manifests/init.pp
-$ mkdir -p files/puppet/modules/custom/manifests
-$ echo 'class custom { include ::pixelated }' > files/puppet/modules/custom/manifests/init.pp
```
---
@@ -254,7 +253,6 @@ $ leap node add wildebeest ip_address:0.1.2.3 \
- https://leap.se/en/docs/platform/guide/virtual-machines for details
```
-$ leap vm key-register
$ leap vm add wildebeest services:webapp,couchdb,soledad,mx
$ leap vm status
```
@@ -262,6 +260,8 @@ $ leap vm status
```notes
- Only reocmmended for testing
+ `leap vm key-register` is needed if you haven't done it already
+
cp ~/leap/git/bitmask/cloud.json .
grep -v 'aws_' cloud.json
@@ -312,7 +312,7 @@ leap compile hosts
You need to edit your `hosts` file with admin privileges and add the output of above command to it.
* Linux: `sudo editor /etc/hosts`
-* MacOS: `sudo nano /private/etc/hosts`
+* MacOS: `sudo nano /etc/hosts`
see [Quick start tutorial/Setup DNS](https://leap.se/en/docs/platform/tutorials/quick-start#setup-dns) for details.
@@ -334,7 +334,7 @@ see [Quick start tutorial/Setup DNS](https://leap.se/en/docs/platform/tutorials/
$ leap test
```
-
+---
# Use Pixelated
diff --git a/platform-workshop/todo.md b/platform-workshop/todo.md
index 574d2f0..f549854 100644
--- a/platform-workshop/todo.md
+++ b/platform-workshop/todo.md
@@ -1,4 +1,5 @@
explain ssl certs foo
+copy paste foo
# CSS
@@ -10,16 +11,6 @@ explain ssl certs foo
- for Bitmask, Pixelated
- where's the Bitmask gif elijah did a while ago ?
-# Prepare quick bitmask demo
-
-- After we deployed the provider we should show some Bitmask/Thunderbird magic
-
-# Logistics for workshop
-
-- Have slides online available
-- One beamer for command line, one for browser ?
-
-
# Update Docuementation
- https://leap.se/en/docs/platform/guide/virtual-machines `leap vm start mynode` not needed anymore
@@ -34,4 +25,9 @@ explain ssl certs foo
- leap compile hosts/zone should output pixelated entries
- Not signed/not encrypted mail
- Long waiting for mail to myself
--
+
+### Issues/for later
+
+- figure out vertical slides
+- net-ssh agent error
+- update LEAP/jessie so `leap node init` doesnt take so long