All Projects → Websoft9 → ansible-odoo

Websoft9 / ansible-odoo

Licence: other
Automatic deployment for Odoo on Linux

Programming Languages

HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to ansible-odoo

ansible-erpnext
Automatic installation for ERPNext on Linux
Stars: ✭ 22 (+15.79%)
Mutual labels:  installation, deployment-automation, websoft9
odoo-11.0-windows-installation
Install odoo-11.0 from source on Windows
Stars: ✭ 34 (+78.95%)
Mutual labels:  odoo, installation
Addons Vauxoo
All our modules related to developments that solves generic issues on Odoo, or that solve internal problems on Odoo Core, if something is here, maybe it is solving an issue in your company, try it and report what you see.
Stars: ✭ 165 (+768.42%)
Mutual labels:  odoo
server-brand
No description or website provided.
Stars: ✭ 42 (+121.05%)
Mutual labels:  odoo
odooly
Python library and CLI to interact with Odoo and OpenERP.
Stars: ✭ 53 (+178.95%)
Mutual labels:  odoo
App Odoo
apps for odoo 13, odoo 12, odoo 11, odoo 10, odoo 9
Stars: ✭ 177 (+831.58%)
Mutual labels:  odoo
rest-framework
No description or website provided.
Stars: ✭ 218 (+1047.37%)
Mutual labels:  odoo
Project
Odoo Project Management and Services Company Addons
Stars: ✭ 159 (+736.84%)
Mutual labels:  odoo
ak-odoo-incubator
Misc Odoo modules maturing before going to a specific repo
Stars: ✭ 19 (+0%)
Mutual labels:  odoo
Oejia weshop
odoo 微信小程序商城模块 (WeChat Mini Program for Odoo)
Stars: ✭ 224 (+1078.95%)
Mutual labels:  odoo
terminer
Upgrade your terminal experience with a single command.
Stars: ✭ 28 (+47.37%)
Mutual labels:  installation
Odoo Pycharm Templates
Templates for Odoo in PyCharm
Stars: ✭ 222 (+1068.42%)
Mutual labels:  odoo
Ooor
Odoo Ruby JSON client. Emulates ActiveRecord enough (as much as Mongoid; Implements ActiveModel) to make Rails development with an Odoo datastore straightforward
Stars: ✭ 184 (+868.42%)
Mutual labels:  odoo
odoo app
Odoo App Community version
Stars: ✭ 34 (+78.95%)
Mutual labels:  odoo
Wechat mall
odoo 微信小程序商城后台
Stars: ✭ 176 (+826.32%)
Mutual labels:  odoo
access-addons
Odoo Addons for extended access control
Stars: ✭ 99 (+421.05%)
Mutual labels:  odoo
Erppeek
A versatile tool for Odoo / OpenERP. *** Forked as Odooly ⟶
Stars: ✭ 160 (+742.11%)
Mutual labels:  odoo
Vertical Medical
Open Source Healthcare System for Odoo
Stars: ✭ 219 (+1052.63%)
Mutual labels:  odoo
technical-training-solutions
No description or website provided.
Stars: ✭ 69 (+263.16%)
Mutual labels:  odoo
Odoo-Book
🤓Odoo 小书,Odoo 入门教程 (龟速填坑中...已更新到第 7 章第 2 节,要是看不到更新可以强制刷新一下浏览器。小书源码地址请看 README。)
Stars: ✭ 92 (+384.21%)
Mutual labels:  odoo

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].