-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtutorials.html
More file actions
33 lines (32 loc) · 978 Bytes
/
tutorials.html
File metadata and controls
33 lines (32 loc) · 978 Bytes
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
---
layout: tutorials
title: Tutorials
permalink: /tutorials/
---
<div id="service">
<div class="container">
<div>
<h1>Installation</h1>
<li><a href="../tutorials-installation-docker">Docker</a></li>
<li>Binaries</li>
<li>Raspberry PI</li>
</div>
</div>
<div class="container">
<div>
<h1>Configuration</h1>
<li><a href="https://github.com/gost/docs/blob/master/gost_configuration.md">GOST</a></li>
<li>HTTPS using LetsEncrypt</li>
</div>
</div>
<div class="container">
<div>
<h1>Using GOST</h1>
<li><a href="https://github.com/gost/docs/blob/master/playground_tests.md">Adding data</a></li>
<li><a href="https://github.com/gost/docs/blob/master/gost_mqtt_getting_started.md">MQTT</a></li>
<li><a href="https://github.com/gost/docs/blob/master/gost_queryoptions.md">ODATA queries</a></li>
<li><a href="https://github.com/gost/docs/blob/master/gost_filtering.md">ODATA filter</a></li>
</div>
</div>
</br></br></br>
</div>