summaryrefslogtreecommitdiff
path: root/platform-workshop/slides.md
blob: ed42b70a0e3254ea7f22208e12efba0b64599b80 (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
<img src="./images/kid-jumping.svg" width="20%" height="20%">

# LEAP Encryption Access Project
## Platform Hands-On

```note
Notes during the presentation:

-
-

```

---

## Where to install ?

### Local with Vagrant

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

  (http://is.gd/NVNo6y)

- While you wait:

```bash
vagrant box add LEAP/jessie
```

### Remote Server

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

  (http://is.gd/oqeWZw)

---

# 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
```

# Fix Pixelated

```
systemctl restart pixelated-dispatcher-manager.service
systemctl status pixelated-dispatcher-manager.service
```

put right fingerprint into `/etc/default/pixelated-dispatcher-manager` 

```
systemctl restart pixelated-dispatcher-manager.service
systemctl status pixelated-dispatcher-manager.service
```

```
systemctl restart pixelated-dispatcher-proxy.service
systemctl status pixelated-dispatcher-proxy.service
```