Skip to content

Commit 920c274

Browse files
authored
fix readme
1 parent 64f9e15 commit 920c274

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,20 @@
55
Esse é um painel criado como estudo pessoal do framework (Zend Framework MVC)
66
não foi criado para fins comerciais, mas você está livre para utilizar, e melhorar
77
da forma que quiser.
8-
## 📖 Instalação
8+
9+
## 📦Requerimentos
10+
* Ubuntu 18.04+
11+
* Git
12+
* PHP 7.4+
13+
* MySql
14+
15+
## 📖 Download do painel
916
Clone o repositorio oficial
1017

1118
```bash
1219
$ git clone https://github.com/jhowbhz/PainelMyZap.git /opt/PainelMyZap
1320
```
14-
## 🕒 Crontab checagem sessões
21+
## 🕒 Crontab de checagem das sessões
1522
```bash
1623
# adicionar permissao
1724
$ chmod -R 0777 /opt/PainelMyZap/cron/cron.sh
@@ -22,7 +29,11 @@ $ crontab -e
2229
# Adicione a linha
2330
$ 0 5 * * * /opt/PainelMyZap/cron/cron.sh --quiet
2431
```
25-
## ⚙️ Configurando
32+
## ⚙️ Instalando e configurando
33+
34+
```bash
35+
$ cd /opt/PainelMyZap && composer install
36+
```
2637

2738
```bash
2839
# Altere a linha CHAVE_WEBOOK=1234

0 commit comments

Comments
 (0)