summaryrefslogtreecommitdiff
path: root/platform-workshop/slides.md
blob: 3c0de3fd12353b30fc67d74d060e22dfc6cd19d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
## While you wait

If you want to use vagrant during this session
please start right away with downloading the
`LEAP/jessie` vagrantbox:

:thumbsup:

### vagrant box add LEAP/jessie

---

<img src="./images/kid-jumping.svg" width="20%" height="20%">

## LEAP Encryption Access Project
## Pixelated Project
### Platform Workshop

Kwadronaut (LEAP),  Varac (Pixelated, LEAP),   Zara (Pixelated)

```note
Why two projects ?
```

---

## LEAP Encryption Access Project

- "Provider in a box"
- VPN
- Encrypted email

```note
- VPN: Cirumvent censorship, surveillance and geoblocking
- Email: Transparent email encryption and keymanagement
```

---

## Pixelated

- Encrypted Webmail on top of LEAP

---

### Where to deploy to


Vagrant         | Remote Server
:-------------: | :-------------:
Locally on your Laptop, for testing | Out there, for testing or real
Requires Vagrant and Virtualbox or other hypervisor | Physical or paravirtualized Server (KVM, Xen, OpenStack, Amazon, but not VirtualBox or OpenVZ)

---


# Vagrant



```note
We'll show the vagrant installation,
and go through it step by step.
```

---

# Install Pixelated

- see https://github.com/pixelated/puppet-pixelated for details

```
vagrant ssh

cd /home/vagrant/leap/configuration/
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
echo 'class custom { include ::pixelated::dispatcher }' > files/puppet/modules/custom/manifests/init.pp

leap deploy
leap deploy
leap test
```

---

### Local with Vagrant

- https://leap.se/en/docs/platform/tutorials/vagrant


### Remote Server

- https://leap.se/en/docs/platform/tutorials/single-node-email

---