Browse Source

[doc] docker create initial db

pull/128/head
Augustin Borsu 5 years ago
committed by Rémy Taymans
parent
commit
7ff9742ce9
  1. 5
      install-odoo-docker.md

5
install-odoo-docker.md

@ -33,6 +33,11 @@ docker-compose rm db
``` ```
## 4) Run the project ## 4) Run the project
If you are not using a pre-created db run
```bash
docker-compose run odoo python3 odoo-bin -d beescoop -i base -c odoo.conf
```
All the modules need to be updated in order to be recognised. All the modules need to be updated in order to be recognised.
To do that run To do that run
```bash ```bash

Loading…
Cancel
Save