Skip to content

Commit 56c9c0b

Browse files
Merge remote-tracking branch 'refs/remotes/origin/master'
2 parents d75c166 + 4303b96 commit 56c9c0b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ web/ web accessible files, e.g., assets cache, wsdl files and im
6969

7070
### Installation
7171

72-
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).
72+
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).
7373

7474
### Configuration
7575

docs/guide-pt-BR/installation-docker-compose.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@
2525
* MEICAN_VERSION
2626

2727

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

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

3233

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

0 commit comments

Comments
 (0)