-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adicionando ata modelo e index no gitpage
- Loading branch information
1 parent
8766f54
commit 52d6ec2
Showing
3 changed files
with
73 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
|
||
### ATA DE REUNIÃO - SPRINT 0 | ||
DD/MM/YYYY | ||
|
||
**Redator:** Nome do redator. | ||
|
||
#### 1.Membros presentes e ausentes | ||
|
||
**Presentes:** Integrante 1, Integrante 2, Integrante 3... | ||
|
||
**Ausentes:** Integrante 4, Integrante 5, Integrante 6... | ||
|
||
#### 2.Considerações iniciais da reunião | ||
|
||
A reunião iniciou às xx:xxhs via plataforma(discord, teams, ...). | ||
|
||
#### 3.Pautas da reunião | ||
|
||
**EX:** | ||
|
||
**1ª Pauta - Pauta 1** | ||
|
||
*** | ||
|
||
**2ª Pauta - Pauta 2** | ||
|
||
*** | ||
|
||
**3ª Pauta - Pauta 3** | ||
|
||
*** | ||
|
||
**4ª Pauta - Pauta 4** | ||
|
||
*** | ||
|
||
**5ª Pauta - DPauta 5** | ||
|
||
*** | ||
|
||
#### 4.Considerações finais | ||
|
||
A reunião se encerrou às x:xhs. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,31 @@ | ||
# Welcome to MkDocs | ||
# T2G8-Plugin-Wordpress | ||
|
||
For full documentation visit [mkdocs.org](https://www.mkdocs.org). | ||
Um plugin para WordPress projetado para simplificar o mapeamento georreferenciado de empreendimentos e serviços voltados para a comunidade LGBTQIAP+. | ||
|
||
## Commands | ||
## Criando ambiente para desenvolvimento | ||
- Instalar o curl | ||
``` | ||
sudo apt update && sudo apt install curl | ||
``` | ||
|
||
* `mkdocs new [dir-name]` - Create a new project. | ||
* `mkdocs serve` - Start the live-reloading docs server. | ||
* `mkdocs build` - Build the documentation site. | ||
* `mkdocs -h` - Print help message and exit. | ||
- Instalar o docker (comando) | ||
``` | ||
curl https://get.docker.com | bash | ||
``` | ||
|
||
## Project layout | ||
- (OPCIONAL) - Para não ser necessário utilizar o *sudo* antes das instruções do docker execute: | ||
|
||
mkdocs.yml # The configuration file. | ||
docs/ | ||
index.md # The documentation homepage. | ||
... # Other markdown pages, images and other files. | ||
``` | ||
sudo groupadd docker && sudo gpasswd -a $USER docker | ||
``` | ||
|
||
- Utilize o arquivo **docker-compose.yaml** para iniciar os containers. (caso não queira executar os containers em segundo plano remova o *-d* ) | ||
``` | ||
docker compose up -d | ||
``` | ||
|
||
- Para vizualizar os containers em execução: | ||
|
||
``` | ||
docker compose ps | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters