Skip to content

Officially supported scaffolding template for your Doodba projects

License

Notifications You must be signed in to change notification settings

norlinhenrik/doodba-scaffolding

 
 

Repository files navigation

Dockerized Odoo project scaffolding

Read the docs.

Required:

Installation:

  • git clone https://github.com/apps2grow/doodba-scaffolding.git 12.0
  • cd 12.0
  • ln -s devel.yaml docker-compose.yml
  • chmod -R ug+rwX odoo/auto
  • export UID GID="$(id -g $USER)" UMASK="$(umask)"
  • docker-compose build --pull
  • docker-compose -f setup-devel.yaml run --rm odoo

Usage:

  • docker-compose up
  • docker-compose down

Troubleshooting:

  • ERROR odoo odoo.modules.loading: Database odoo not initialized, you can force it with -i base
    • docker-compose.yaml > services > odoo > command: --init=base

About

Officially supported scaffolding template for your Doodba projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 100.0%