Skip to content

Commit

Permalink
Atualiza instalação
Browse files Browse the repository at this point in the history
  • Loading branch information
edersoares authored May 6, 2024
1 parent e05b204 commit 4c12de0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ Configure o Composer:

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

Configure a variável de ambiente `APP_DEFAULT_HOST` do arquivo `.env` com o IP ou domínio do seu servidor.

Faça a instalação do i-Educar:

```bash
Expand Down

0 comments on commit 4c12de0

Please sign in to comment.