mirror of
https://code.castopod.org/adaures/castopod
synced 2025-07-27 07:35:28 +00:00
New translations install.mdx (Portuguese, Brazilian)
[ci skip]
This commit is contained in:
parent
287feaabc5
commit
31bd079328
@ -8,15 +8,6 @@ Castopod foi pensado para ser fácil de instalar. Seja usando hospedagem dedicad
|
|||||||
ou compartilhada, você pode instalá-lo na maioria dos servidores web compatíveis
|
ou compartilhada, você pode instalá-lo na maioria dos servidores web compatíveis
|
||||||
com PHP-MySQL.
|
com PHP-MySQL.
|
||||||
|
|
||||||
<Aside>
|
|
||||||
|
|
||||||
Nós lançamos imagens Docker oficiais para Castopod!
|
|
||||||
|
|
||||||
Se você prefere usar o Docker, você pode pular isso e ir direto para a
|
|
||||||
[documentação docker](./docker.md) de Castopod.
|
|
||||||
|
|
||||||
</Aside>
|
|
||||||
|
|
||||||
## Requisitos
|
## Requisitos
|
||||||
|
|
||||||
- PHP v8.3 or higher
|
- PHP v8.3 or higher
|
||||||
@ -120,6 +111,7 @@ based on the `.env.example` file.
|
|||||||
### Using CLI
|
### Using CLI
|
||||||
|
|
||||||
1. Create a `.env` file in the package root based on the `.env.example` file.
|
1. Create a `.env` file in the package root based on the `.env.example` file.
|
||||||
|
|
||||||
2. Initialize the database using:
|
2. Initialize the database using:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
@ -155,9 +147,9 @@ email.SMTPPass="your_smtp_password"
|
|||||||
|
|
||||||
#### Configurar opções de e-mail
|
#### Configurar opções de e-mail
|
||||||
|
|
||||||
| Nome da variável | Tipo | Padrão |
|
| Variable name | Type | Default |
|
||||||
| ---------------- | -------------------- | ------------ |
|
| ---------------- | -------------------- | ------------ |
|
||||||
| **`fromEmail`** | string | `indefinido` |
|
| **`fromEmail`** | string | `undefined` |
|
||||||
| **`fromName`** | string | `"Castopod"` |
|
| **`fromName`** | string | `"Castopod"` |
|
||||||
| **`SMTPHost`** | string | `undefined` |
|
| **`SMTPHost`** | string | `undefined` |
|
||||||
| **`SMTPUser`** | string | `undefined` |
|
| **`SMTPUser`** | string | `undefined` |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user