Forge Home

odoo

Module to install oddo

8,010 downloads

7,852 latest version

1.9 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 0.1.1 (latest)
  • 0.1.0
released Oct 14th 2015

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod '4geeks-odoo', '0.1.1'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add 4geeks-odoo
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install 4geeks-odoo --version 0.1.1

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

4geeks/odoo — version 0.1.1 Oct 14th 2015

#Puppet module to install odoo

Table of Contents

  1. Overview
  2. Module Description - What the module does and why it is useful
  3. Setup - The basics of getting started with odoo
  4. Usage - Configuration options and additional functionality
  5. Reference - An under-the-hood peek at what the module is doing and how
  6. Limitations - OS compatibility, etc.
  7. Development - Guide for contributing to the module

Overview

Modulo puppet para la instalacion por defecto de odoo desde los repositorios de paquetes para Ubuntu y CentOS. Este modulo ha sido probado en Ubuntu 14.04 y CentOS7 en maquinas vagrant.

Module Description

El modulo realiza lo siguiente:

  • Agrega los repositorios de paquetes en funcion de la variable "osfamily".
  • crea el usuario y rol en la base de datos PostgreSQL para posteriormente iniciar odoo
  • Levanta el servicio odoo en la direccion IP local y el puerto por defecto 8069

Setup

El modo de utilizar el modulo es el siguiente:

  • Clonar o tener accesible el modulo con el nombre odoo Odoo
  • Tener acceso a internet o a un repositorio de paquetes.

Beginning with odoo

Este modulo depende del modulo puppet Postgresql Postgresql y de sus propias dependencias ( concat, stdlibs, etc)

Usage

puppet apply --modulepath=/path/to/modules/ -e "include odoo"

Reference

Here, list the classes, types, providers, facts, etc contained in your module.

Puppet Forge:
  • Postgresql
  • concat
  • stdlibs
  • version (defaults 8.0)

Limitations

Por los momentos solo la version 8.0 ha sido probada en Ubuntu 14.04 y CentOS 7

Development

Versin BETA, se aceptan contribuciones

Release Notes

Version 0.1.0

jcalles@4geeks.com.ve tecnologia@4geeks.co

Project URL: https://github.com/jcalles/odoo

SITE URL 4geeks