Commit 4c12de093086a859736936d30c25a676e9311670
Committed by
GitHub
1 parent
e05b204d
Exists in
2.9
and in
1 other branch
Atualiza instalação
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
INSTALL.md
... | ... | @@ -134,7 +134,6 @@ Configure o Composer: |
134 | 134 | |
135 | 135 | ```bash |
136 | 136 | 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;" | |
138 | 137 | php composer-setup.php --install-dir=/usr/bin --filename=composer |
139 | 138 | php -r "unlink('composer-setup.php');" |
140 | 139 | export COMPOSER_ALLOW_SUPERUSER=1 |
... | ... | @@ -158,6 +157,8 @@ rm /etc/nginx/sites-enabled/default |
158 | 157 | nginx -s reload |
159 | 158 | ``` |
160 | 159 | |
160 | +Configure a variável de ambiente `APP_DEFAULT_HOST` do arquivo `.env` com o IP ou domínio do seu servidor. | |
161 | + | |
161 | 162 | Faça a instalação do i-Educar: |
162 | 163 | |
163 | 164 | ```bash | ... | ... |