File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change 5
5
Esse é um painel criado como estudo pessoal do framework (Zend Framework MVC)
6
6
não foi criado para fins comerciais, mas você está livre para utilizar, e melhorar
7
7
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
9
16
Clone o repositorio oficial
10
17
11
18
``` bash
12
19
$ git clone https://github.com/jhowbhz/PainelMyZap.git /opt/PainelMyZap
13
20
```
14
- ## 🕒 Crontab checagem sessões
21
+ ## 🕒 Crontab de checagem das sessões
15
22
``` bash
16
23
# adicionar permissao
17
24
$ chmod -R 0777 /opt/PainelMyZap/cron/cron.sh
@@ -22,7 +29,11 @@ $ crontab -e
22
29
# Adicione a linha
23
30
$ 0 5 * * * /opt/PainelMyZap/cron/cron.sh --quiet
24
31
```
25
- ## ⚙️ Configurando
32
+ ## ⚙️ Instalando e configurando
33
+
34
+ ``` bash
35
+ $ cd /opt/PainelMyZap && composer install
36
+ ```
26
37
27
38
``` bash
28
39
# Altere a linha CHAVE_WEBOOK=1234
You can’t perform that action at this time.
0 commit comments