Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

apikcloud/apik-scaffolding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Project Scaffolding

Docker-compose scaffolding project, to use with odoo-saas images

Requirements

  • docker
  • docker-compose

Usage

  1. Clone repository to your project folder
git clone git@github.com:apikcloud/apik-scaffolding.git project && cd project
  1. Edit docker-compose.yml to use the proper docker image. You might need to run docker login before, to get access to our saas images. To reproduce a production environment exactly, use the full build tag (ie: odoo-saas:13.0.2020.12.15-enterprise)

  2. Clone repositories or edit code from your host by working on repositories. Repositories there will be loaded with priority over the ones included in the image, allowing you to work locally.

cd repositories
git clone https://github.com/OCA/partner-contact.git
  1. Launch and enter odoo container, and launch odoo
docker-compose run --rm --service-ports odoo bash
odoo

Usefull commands

Cleanup:

  • docker-compose down -v: It'll remove all data

About

Apik docker-compose Odoo Scaffolding

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published