Skip to content

Commit

Permalink
Fix missing step in docker install doc
Browse files Browse the repository at this point in the history
  • Loading branch information
lopes-vincent committed Jul 27, 2020
1 parent b39f205 commit bc0f4b2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,16 @@ Build your docker containers on detached mode
$ docker-compose up -d
```

Enter in your container
``` bash
$ docker-compose exec php-fpm bash
```

Install thelia
``` bash
$ php Thelia thelia:install
```

By default if you haven't changed the `docker-compose.yml` you'll have to answer these questions like this

```
Expand Down

0 comments on commit bc0f4b2

Please sign in to comment.