indaclouds.fr

Some tips when I take time to write them down.

#docker Articles


  • Wed 22 February 2017
  • posts

Part 4 - Use Gitlab to build our docker image

Part 1 - Setup the environment Part 2 - Create an odoo addon and install it Part 3 - Build a docker image Part 4 - Use Gitlab CI to build our docker image Part 5 - Use Gitlab to test and deploy our docker image Today, we'll use Gitlab CI to be able to …

  • Mon 20 February 2017
  • posts

Part 3 - Build a docker image

Part 1 - Setup the environment Part 2 - Create an odoo addon and install it Part 3 - Build a docker image Part 4 - Use Gitlab CI to build our docker image Part 5 - Use Gitlab to test and deploy our docker image In this post, we'll create a custom docker image …

  • Tue 07 February 2017
  • posts

Part 1 - Setup the environment

Part 1 - Setup the environment Part 2 - Create an odoo addon and install it Part 3 - Build a docker image Part 4 - Use Gitlab CI to build our docker image Part 5 - Use Gitlab to test and deploy our docker image This post is the first part of a serie …

  • Tue 30 August 2016
  • posts

Odoo with Docker

I started working with Odoo a few weeks ago. Even if its written in Python, you can't install odoo with pip, at least not from pypi. So you have to clone the Github repository, install python dependencies, install PostgreSQL et configure Odoo to hit the database. Not really a big …