Skip to content

Commit 5bfcf59

Browse files
doublebyte1doublebyte1
andauthored
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>
1 parent 48952f9 commit 5bfcf59

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

workshop/content/docs/setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ Having said this, please feel free to use what works for you :)
3131
Most exercises will focus on editing the pygeoapi [configuration](https://docs.pygeoapi.io/en/latest/configuration.html),
3232
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.
3333

34+
## Docker
35+
3436
The main requirement for the training is to install Docker and/with Docker Compose on your system.
3537
We strongly advise to install Docker before the workshop starts.
3638

@@ -42,8 +44,6 @@ Workshop Exercises will also be based on Docker, hence a custom installation wou
4244
The good news is that only a single installation (Docker) is needed! The Docker images used in this workshop
4345
contain the latest pygeoapi and all its dependencies and external services (e.g. PostGIS).
4446

45-
## About Docker
46-
4747
Docker has been available since 2013, and provided as a deployment option on numerous FOSS software and OSGeo projects. Given the current
4848
era of computing, chances are that you have heard of Docker and *containerization*. Or, perhaps are already familiar and hopefully using Docker already.
4949
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
6161
[Rancher](https://rancher.com/products/rancher) and [Kubernetes](https://kubernetes.io), but for
6262
this workshop, Docker and Docker Compose are all we need.
6363

64-
## Installation
64+
### Installation
6565

6666
Docker installation has greatly progressed over the years. This is the only part of the workshop
6767
which is dependent on the system/OS you are running (e.g. Windows, Mac or Linux). For each

workshop/content/docs/setup.pt.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ Dito isto, sinta-se à vontade para usar o que funciona melhor para si :)
2929

3030
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.
3131

32+
## Docker
33+
3234
O requisito principal para a formação é instalar o Docker e/ou o Docker Compose no seu sistema.
3335
Aconselhamos vivamente a instalação do Docker antes do início da workshop.
3436

@@ -37,8 +39,6 @@ Embora sejam possíveis vários cenários de instalação personalizada (consult
3739
Os Exercícios da Workshop também serão baseados no Docker, pelo que uma instalação personalizada seria, no mínimo, 'desafiadora'.
3840
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).
3941

40-
## Sobre o Docker
41-
4242
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.
4343
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).
4444

@@ -48,7 +48,7 @@ O [Docker Compose](https://docs.docker.com/compose) é um complemento do Docker
4848

4949
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.
5050

51-
## Instalação
51+
### Instalação
5252

5353
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.
5454

0 commit comments

Comments
 (0)