Skip to content

Commit 4c12de0

Browse files
authored
Atualiza instalação
1 parent e05b204 commit 4c12de0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

INSTALL.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ Configure o Composer:
134134

135135
```bash
136136
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
137-
php -r "if (hash_file('sha384', 'composer-setup.php') === 'e21205b207c3ff031906575712edab6f13eb0b361f2085f1f1237b7126d785e826a450292b6cfd1d64d92e6563bbde02') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
138137
php composer-setup.php --install-dir=/usr/bin --filename=composer
139138
php -r "unlink('composer-setup.php');"
140139
export COMPOSER_ALLOW_SUPERUSER=1
@@ -158,6 +157,8 @@ rm /etc/nginx/sites-enabled/default
158157
nginx -s reload
159158
```
160159

160+
Configure a variável de ambiente `APP_DEFAULT_HOST` do arquivo `.env` com o IP ou domínio do seu servidor.
161+
161162
Faça a instalação do i-Educar:
162163

163164
```bash

0 commit comments

Comments
 (0)