Giter VIP home page Giter VIP logo

ansible-odoo's Introduction

Odoo Cloud Installer

Introduction

English | 简体中文

Odoo Cloud Installer, developed by Websoft9, is an automatic installation program of Odoo based on Ansible and shell. It helps user install Odoo and pre-configure required items automatically and users only need to run a command on Linux. It simplifies the complicated installation and initialization process.

Improvements for Odoo deployment:

  • Install htmltopdf and Chinese fonts which need for PDF form
  • Install pgAdmin on Docker for manage database by GUI
  • Install Nginx and Certbot, enable HTTPS very easy

System Requirement

System Requirement to install this repository are as following:

Conditions Details Notes
Operating System Ubuntu20.04 Optional
Public Cloud AWS, Azure, Alibaba Cloud, HUAWEI ClOUD, Tencent Cloud Optional
Private Cloud KVM, VMware, VirtualBox, OpenStack Optional
Server Configuration vCPU no less than 1 core, Memory no less than 2 GIB, Storage no less than 20 GB, Swap no less than 2GB Bandwidth no less than 100M

To learn more information, please view Installation & Configuration.

Ecosystem

Core components of this repository: Odoo,Python,Nginx,PostgreSQL

Learn more about Parameters.

Installation

You can install it by thi Cloud Installer solution all in one. In addition, you can deploy image published on major Cloud Platform by Websoft9.

All-in-one Installer

Run the automatic installation script with root authority to start the installation. If necessary, users need to make interactive choices, and then wait patiently until the installation is successful.

$ sudo su -
$ wget -N https://raw.githubusercontent.com/Websoft9/ansible-linux/main/scripts/install.sh; bash install.sh -r odoo

If the network is broken or blocked, SSH will be interrupted and the installation will fail. Please reinstall.

Image on Cloud

Follow our Odoo image for installation on major Cloud Platform.

Documentation

Administrator Guide

License

LGPL-3.0, Additional Terms: It is not allowed to publish free or paid image based on this repository in any Cloud platform's Marketplace.

Copyright (c) 2016-present, Websoft9

This program provided by Websoft9 contains a series of software with separate copyright notices and license terms. Your use of the source code for the software included is subject to the terms and conditions of its own license.

FAQ

How to install and view the latest release?

This repository install way is Package isntallation , you can view the version from Official URL.
We will check Release version regularly. Update and test this project to ensure that users can successfully install the required version of Odoo.

Can I run this repository on Ansible Tower?

Yes.

Although the results of the deploy by image are consistent with the results of deploy by script, what is the difference between the two deployment methods?

Suggest you read the document Deploy by Image vs Deploy by Script.

ansible-odoo's People

Contributors

chendelin1982 avatar helin2020 avatar hliblack avatar hnczhjh avatar laozhou0731 avatar mozlk avatar qiaofeng1227 avatar zengxc-1996 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

ansible-odoo's Issues

odoo 14-ce ansible install error

The following packages have unmet dependencies:
odoo : PreDepends: init-system-helpers (>= 1.54~) but 1.51 is to be installed
Depends: python3-xlwt but it is not installable
Recommends: postgresql but it is not going to be installed
Recommends: python3-ldap but it is not going to be installed
E: Unable to correct problems, you have held broken packages
image

有关Odoo企业版的安装章节,部分文字及图片需更新

Language

  • Chinese
  • English

Content error

中文文档中,相关Odoo企业版的安装内容,建议根据目前实际情况进行更新,例如:“根据镜像引导页面向 Odoo 官方人员获取试用授权”;另有关图片说明已更换,需重新截图。

Content optimization

Provide us with content optimization, e.g easy to read, simplify the steps, step by step, precise expression.

  • URL:
  • Description:

New content

Describe important content what do you think is important in this documentation.

What content do you want to add?

(describe here)

Steps for the content

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. Modify file '....'

Ali International Cloud odoo14-ce Initialize err

Describe the bug

输入初始化数据 然后create databse 之后页面 internal server err

Deployment method

  • subscription image from MarketPlace of Cloud
  • All-in-one Installer
  • ansible-playbook cli
  • mcloud
  • create instance from private image

Bug source

  • Bugs from installation
  • Bugs from first use
  • Other (You should describe it)

System Environment

Application Version

e.g v4.5

OS

  • Ubuntu18.x
  • Ubuntu20.x
  • CentOS7.x
  • CentOS8.x
  • AmazonLinux2
  • OracleLinux7.8
  • OracleLinux8.2
  • Other (You should describe it)

Cloud PlatForm

  • Azure
  • Aws
  • 阿里云
  • 腾讯云
  • 华为云
  • AlibabaCloud
  • HUWEICloud
  • Other (You should describe it)

Bug reproduce

Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Bug reports

Bug Context

Bug context includes bug error, error logs and service status, it is very important for resolving issue

# bug error
(paste here) 

# service status 
(paste here) 

# error logs
![image](https://user-images.githubusercontent.com/76861519/114809326-88e4e400-9ddc-11eb-8f9f-ed95f0962b0c.png)


Bug Screenshot

paste screenshot here

Your suggestion

The reason of Bug

You can describe the reason if you have found it

Your solution for Bug

You can describe your solution here

Additional context

You can add any other context about the problem here.

install 'odoo'' failed: E: Unable to correct problems, you have held broken packages.

selected Odoo14 and Community edition.
after that there was no pip installed in the remote machine so I added a task to install pip2 before this task

    - name: pip upgrade(python2 support latest pip version is 20.3.4)
      shell: python{{ansible_python.version.major}} -m pip install -U "pip < 21.0"

ansible-odoo/roles/role_common/tasks/main.yml

    - name: install pip2
      apt: name=python-pip state=present

Screenshot 2021-02-17 at 13 00 44

Screenshot 2021-02-17 at 12 50 09

Odoo企业版申请表单链接失效。跳转404

Describe the bug

4月10日测Odoo企业版系列,申请表单链接,跳转404

Deployment method

  • subscription image from MarketPlace of Cloud
  • All-in-one Installer
  • ansible-playbook cli
  • mcloud
  • create instance from private image

Bug source

  • Bugs from installation
  • Bugs from first use
  • Other (You should describe it)

System Environment

Application Version

e.g v4.5

OS

  • Ubuntu18.x
  • Ubuntu20.x
  • CentOS7.x
  • CentOS8.x
  • AmazonLinux2
  • OracleLinux7.8
  • OracleLinux8.2
  • Other (You should describe it)

Cloud PlatForm

  • Azure
  • Aws
  • 阿里云
  • 腾讯云
  • 华为云
  • AlibabaCloud
  • HUWEICloud
  • Other (You should describe it)

Bug reproduce

Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Bug reports

Bug Context

Bug context includes bug error, error logs and service status, it is very important for resolving issue

# bug error
(paste here) 

# service status 
(paste here) 

# error logs
(paste here) 

Bug Screenshot

image

Your suggestion

The reason of Bug

You can describe the reason if you have found it

Your solution for Bug

You can describe your solution here

Additional context

请尽快解决。

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.