Skip to content

Officially supported scaffolding template for your Doodba projects

License

Notifications You must be signed in to change notification settings

CompassionCH/compassion-docker

 
 

Repository files navigation

Compassion Odoo Docker

Based on doodba.

Installation

git clone https://github.com/SylvainLosey/compassion-docker.git
cd compassion-docker
ln -s devel.yaml docker-compose.yml
chmod -R ug+rwX odoo/auto
export UID GID="$(id -g $USER)" UMASK="$(umask)"

Replace the remotes in odoo/custom/src/repos.yaml by your own forks.

docker-compose build --pull
docker-compose -f setup-devel.yaml run --rm odoo
docker-compose up

To browse Odoo go to http://localhost:${ODOO_MAJOR}069 (i.e. for Odoo 11.0 this would be http://localhost:11069).

Local development

All Compassion and OCA modules are cloned in odoo/custom/src

Pycharm

  1. Under File > New project choose {compassion-docker}/odoo/custom/src/
  2. Install and configure the docker plugin (Unix socket for Linux)

Gitcraken

Open the desired repo in odoo/custom/src

About

Officially supported scaffolding template for your Doodba projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%