File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,6 @@ Configure o Composer:
134134
135135``` bash
136136php -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;"
138137php composer-setup.php --install-dir=/usr/bin --filename=composer
139138php -r " unlink('composer-setup.php');"
140139export COMPOSER_ALLOW_SUPERUSER=1
@@ -158,6 +157,8 @@ rm /etc/nginx/sites-enabled/default
158157nginx -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+
161162Faça a instalação do i-Educar:
162163
163164``` bash
You can’t perform that action at this time.
0 commit comments