Giter Site home page Giter Site logo

mjabuz / dockery-odoo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ychirino/dockery-odoo

0.0 1.0 0.0 1.66 MB

Highly productive Development Life Cycle for Odoo

Home Page: https://xoe-labs.github.io/dockery-odoo/

Shell 8.71% Dockerfile 20.41% HTML 16.70% Python 37.37% CSS 0.53% JavaScript 15.29% Makefile 0.99%

dockery-odoo's Introduction

Dockery Odoo

  • Odoo DevOps lifecycle tooling based on Docker.
  • Meant to ease your life with Odoo.
  • Years of experience incorporated, but no Odoo itself.
  • Hand crafted for productivity.

Wether big or small: here is where start all.

Folders

  • hugo - the lovely page
  • images - what you're here for

The project GAFS

(Generally Accepted Folder Structure) - see scaffolding repo

your-project/
 ├── vendor/
 │   ├── odoo/
 │   │   ├── cc/    # A plain [email protected]:odoo/odoo.git
 │   │   └── ee/    # A plain [email protected]:odoo/enterprise.git
 │   └── .../       # Optionally, additional vendor's repos
 │
 ├── src/           # *Your* folder, develop in here.
 │   ├── module_1/
 │   └── .../
 ├── ...            	# The general suspects (gitignore, etc.)
 ├── .cfg-default.ini	# ... managed at team level, under vcs!
 ├── .cfg-custom.ini	# ... gitignored local config switches!
 ├── .adminpwd			# ... no prod passwords in git, please!
 ├── .migration.yml 	# Single source of truth for migrations
 ├── .env           	# Single source of truth for environment
 ├── Dockerfile     	# Single source of truth for image
 ├── docker-compose.yml             # Production akin version
 └── docker-compose.override.yml    # Development akin version

Image Building Sequence

  1. Build your projects base image (:base-*)
  2. Build your projects devops image (:devops-*).

* Use this repo's contexts or fork it and craft your own.


Don't complain about a short readme. 😉

You are supposed to have started here.

Next Steps

Credits & License

Based on stewardship by:

License: LGPL-3

dockery-odoo's People

Contributors

kurkop avatar em230418 avatar lina2358 avatar ychirino avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.