Skip to content

Commit

Permalink
Update Instalation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
glaubervila authored Jan 29, 2020
1 parent 65e2b14 commit 03d0a50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Instalation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
Clone the repository to your directory.
```
git clone https://github.com/linea-it/dri.git dri
mkdir dri/log dri/archive dri/log
```

Expand All @@ -13,6 +12,7 @@ mkdir dri/log dri/archive dri/log
```
cd dri
cp env_template .env
cp docker-compose-development.yml docker-compose.yml
docker-compose build
```

Expand Down Expand Up @@ -100,4 +100,4 @@ Start celery Works and Beat manually. inside backend container run
celery worker --workdir /app --app dri -l info
celery worker --workdir /app --app dri -l info
```
```

0 comments on commit 03d0a50

Please sign in to comment.