Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardolauryel committed Oct 20, 2022
2 parents d75c166 + 4303b96 commit 56c9c0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ web/ web accessible files, e.g., assets cache, wsdl files and im

### Installation

Installation can be done using [Docker Compose](https://github.com/ufrgs-hyman/meican/blob/master/docker/README.md) or manually on [CentOS](https://github.com/ufrgs-hyman/meican/blob/master/docs/guide/installation-centos.md) or [Ubuntu](https://github.com/ufrgs-hyman/meican/blob/master/docs/guide/installation-ubuntu.md).
Installation can be done using [Docker Compose](https://github.com/ufrgs-hyman/meican/blob/master/docs/guide/installation-docker-compose.md) or manually on [CentOS](https://github.com/ufrgs-hyman/meican/blob/master/docs/guide/installation-centos.md) or [Ubuntu](https://github.com/ufrgs-hyman/meican/blob/master/docs/guide/installation-ubuntu.md).

### Configuration

Expand Down
5 changes: 3 additions & 2 deletions docs/guide-pt-BR/installation-docker-compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@
* MEICAN_VERSION


2- Execute o seguinte comando no diretório raiz:
2- Execute o seguinte comando no diretório raiz: (Escolha entre o modo de desenvolvimento ou produção)

docker-compose up
- Para o modo de desenvolvimento: ```docker-compose -f docker-compose.yml -f docker-compose.dev.yml -p meican up --build```
- Para modo de produção: ```docker-compose -f docker-compose.yml -f docker-compose.prod.yml -p meican up --build```


3- Após, o MEICAN estará disponível no localhost na porta configurada no parâmetro `MEICAN_PORT`, com um usuário criado:
Expand Down

0 comments on commit 56c9c0b

Please sign in to comment.