You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reorganised headers on docker section (default and pt versions) (#227)
* - reorganised headers on docker section (default and pt versions)
* - put docker header in the right place
---------
Co-authored-by: doublebyte1 <info@doublebyte.net>
Copy file name to clipboardExpand all lines: workshop/content/docs/setup.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,8 @@ Having said this, please feel free to use what works for you :)
31
31
Most exercises will focus on editing the pygeoapi [configuration](https://docs.pygeoapi.io/en/latest/configuration.html),
32
32
which is in the [YAML](https://yaml.org) format. If you are not familiar with YAML, it is worth reading through a [tutorial](https://www.cloudbees.com/blog/yaml-tutorial-everything-you-need-get-started) to become aware of YAML syntax and indentation.
33
33
34
+
## Docker
35
+
34
36
The main requirement for the training is to install Docker and/with Docker Compose on your system.
35
37
We strongly advise to install Docker before the workshop starts.
36
38
@@ -42,8 +44,6 @@ Workshop Exercises will also be based on Docker, hence a custom installation wou
42
44
The good news is that only a single installation (Docker) is needed! The Docker images used in this workshop
43
45
contain the latest pygeoapi and all its dependencies and external services (e.g. PostGIS).
44
46
45
-
## About Docker
46
-
47
47
Docker has been available since 2013, and provided as a deployment option on numerous FOSS software and OSGeo projects. Given the current
48
48
era of computing, chances are that you have heard of Docker and *containerization*. Or, perhaps are already familiar and hopefully using Docker already.
49
49
If not, there is an abundance of introductory materials that can be found online like this [tutorial from IBM](https://www.ibm.com/topics/docker).
@@ -61,7 +61,7 @@ Stepping up further are even more sophisticated Docker orchestrators like
61
61
[Rancher](https://rancher.com/products/rancher) and [Kubernetes](https://kubernetes.io), but for
62
62
this workshop, Docker and Docker Compose are all we need.
63
63
64
-
## Installation
64
+
###Installation
65
65
66
66
Docker installation has greatly progressed over the years. This is the only part of the workshop
67
67
which is dependent on the system/OS you are running (e.g. Windows, Mac or Linux). For each
Copy file name to clipboardExpand all lines: workshop/content/docs/setup.pt.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,8 @@ Dito isto, sinta-se à vontade para usar o que funciona melhor para si :)
29
29
30
30
A maioria dos exercícios focar-se-á na edição da [configuração](https://docs.pygeoapi.io/en/latest/configuration.html) da pygeoapi, que está no formato [YAML](https://yaml.org). Se não estiver familiarizado com YAML, vale a pena ler um [tutorial](https://www.cloudbees.com/blog/yaml-tutorial-everything-you-need-get-started) para se familiarizar com a sintaxe e a indentação do YAML.
31
31
32
+
## Docker
33
+
32
34
O requisito principal para a formação é instalar o Docker e/ou o Docker Compose no seu sistema.
33
35
Aconselhamos vivamente a instalação do Docker antes do início da workshop.
34
36
@@ -37,8 +39,6 @@ Embora sejam possíveis vários cenários de instalação personalizada (consult
37
39
Os Exercícios da Workshop também serão baseados no Docker, pelo que uma instalação personalizada seria, no mínimo, 'desafiadora'.
38
40
A boa notícia é que apenas uma única instalação (Docker) é necessária! As imagens Docker utilizadas nesta workshop contêm a versão mais recente da pygeoapi e todas as suas dependências e serviços externos (ex: PostGIS).
39
41
40
-
## Sobre o Docker
41
-
42
42
O Docker está disponível desde 2013 e é fornecido como uma opção de implementação em inúmeros projetos de software FOSS e da OSGeo. Dada a era atual da computação, é provável que já tenha ouvido falar do Docker e de *contentorização*. Ou, talvez, já esteja familiarizado e, esperamos, já a utilizar o Docker.
43
43
Se não for o caso, existe uma abundância de materiais introdutórios que podem ser encontrados online, como este [tutorial da IBM](https://www.ibm.com/topics/docker).
44
44
@@ -48,7 +48,7 @@ O [Docker Compose](https://docs.docker.com/compose) é um complemento do Docker
48
48
49
49
Num patamar superior, existem orquestradores Docker ainda mais sofisticados, como o [Rancher](https://rancher.com/products/rancher) e o [Kubernetes](https://kubernetes.io), mas para esta workshop, o Docker e o Docker Compose são tudo o que precisamos.
50
50
51
-
## Instalação
51
+
###Instalação
52
52
53
53
A instalação do Docker progrediu muito ao longo dos anos. Esta é a única parte da workshop que depende do sistema/SO que está a utilizar (ex: Windows, Mac ou Linux). Para cada sistema, o site do Docker fornece instruções de instalação detalhadas. Por favor, siga-as de forma consistente.
0 commit comments