summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVarac <varac@leap.se>2017-12-29 22:02:46 +0100
committerVarac <varac@leap.se>2017-12-29 22:02:46 +0100
commit6ca6247e3bda87776bdaf99d343d35a281118c9e (patch)
tree893e6ece8bd81156e47c8ad9649c7243c380c313
parentda9fe108b07ff07d6e11fff3820386877fd2fee0 (diff)
Finished platform workshop slides
-rw-r--r--platform-workshop/README.md6
-rw-r--r--platform-workshop/slides.md34
-rw-r--r--platform-workshop/slides/index.html10
-rw-r--r--platform-workshop/slides/slides.html10
4 files changed, 45 insertions, 15 deletions
diff --git a/platform-workshop/README.md b/platform-workshop/README.md
index f3b3c44..19fbb8c 100644
--- a/platform-workshop/README.md
+++ b/platform-workshop/README.md
@@ -4,7 +4,7 @@
# Generate slides
reveal-ck generate
- chromium-browser slides/index.html
+ chromium-browser --temp-profile file:///home/varac/dev/projects/leap/git/leap_presentations/platform-workshop/slides/index.html
# Prepare presentation
@@ -21,7 +21,7 @@ Upload final slides and share URL https://leap.se/slides/platform-workshop
Start fresh
- rm -rf ~/leap/workshop.bitmask.net ~/.leap/pixelated ~/leap/workshop.bitmask.net
+ rm -rf ~/.config/leap ~/.leap/pixelated ~/workshop
# Todo
@@ -33,8 +33,6 @@ Start fresh
- Use custom header/footer for all slides
-- Next time: Add a VPN node ?
-
## Update Docuementation
- https://leap.se/en/docs/platform/guide/virtual-machines `leap vm start mynode` not needed anymore
diff --git a/platform-workshop/slides.md b/platform-workshop/slides.md
index beb1074..9c3ee7b 100644
--- a/platform-workshop/slides.md
+++ b/platform-workshop/slides.md
@@ -14,6 +14,15 @@ Introduction:
<img src="./images/kid-jumping.svg" width="20%" height="20%">
+# LEAP Encryption Access Project
+## Provider installation workshop
+
+Download the bitmask client: https://bitmask.net
+
+---
+
+<img src="./images/kid-jumping.svg" width="20%" height="20%">
+
# LEAP Provider installation workshop
If you want to use Vagrant during this session
@@ -348,8 +357,8 @@ leap deploy
# Tutorials
-These slides: https://leap.se/slides/platform-workshop
-
+- These slides: https://leap.se/slides/platform-workshop
+- Quick VPN tutorial: https://leap.se/en/docs/platform/tutorials/single-node-vpn
---
# Install prerequisites
@@ -472,32 +481,35 @@ $ leap cert csr
Tutorial: https://leap.se/en/docs/platform/tutorials/single-node-vpn
```
-$ export OPTS='services:webapp,couchdb,openvpn openvpn.gateway_address:37.218.245.4'
+$ export OPTS=(services:webapp,couchdb,openvpn openvpn.gateway_address:37.218.245.4)
```
```notes
-- Next slides for dh parameters
+- Next slides for optional email provider
```
+
---
-# Generate diffie-hellman parameters for openvpn
+# Single node email provider
+
+Tutorial: https://leap.se/en/docs/platform/tutorials/single-node-email
```
-$ leap cert dh
+$ export OPTS=(services:webapp,couchdb,soledad,mx)
```
***
-# Single node email provider
-
-Tutorial: https://leap.se/en/docs/platform/tutorials/single-node-email
+# Generate diffie-hellman parameters for openvpn
```
-$ export OPTS='services:webapp,couchdb,soledad,mx'
+$ leap cert dh
```
+```notes
+- Only needed for VPN
+```
***
-
# Add an existing remote server
```
diff --git a/platform-workshop/slides/index.html b/platform-workshop/slides/index.html
index e3f3352..3e1964d 100644
--- a/platform-workshop/slides/index.html
+++ b/platform-workshop/slides/index.html
@@ -67,6 +67,16 @@
<p><img src="./images/kid-jumping.svg" width="20%" height="20%"></p>
+<h1>LEAP Encryption Access Project</h1>
+<h2>Provider installation workshop</h2>
+
+<p>Download the bitmask client: <a href="https://bitmask.net">https://bitmask.net</a></p>
+
+</section>
+<section>
+
+<p><img src="./images/kid-jumping.svg" width="20%" height="20%"></p>
+
<h1>LEAP Provider installation workshop</h1>
<p>If you want to use Vagrant during this session<br>
diff --git a/platform-workshop/slides/slides.html b/platform-workshop/slides/slides.html
index 38fe82d..900712c 100644
--- a/platform-workshop/slides/slides.html
+++ b/platform-workshop/slides/slides.html
@@ -20,6 +20,16 @@
<p><img src="./images/kid-jumping.svg" width="20%" height="20%"></p>
+<h1>LEAP Encryption Access Project</h1>
+<h2>Provider installation workshop</h2>
+
+<p>Download the bitmask client: <a href="https://bitmask.net">https://bitmask.net</a></p>
+
+</section>
+<section>
+
+<p><img src="./images/kid-jumping.svg" width="20%" height="20%"></p>
+
<h1>LEAP Provider installation workshop</h1>
<p>If you want to use Vagrant during this session<br>