Installing the ODOO 10 update system on CentOS 7.2
yum update
Installing EPEL Source 1
yum install -y epel-release
Installing dependent components
yum install fontconfig libpng libX11 libXext libXrender xorg-x11-fonts-Type1 xorg-x11-fonts-75dpi wkhtmltopdf yum-utils
Installing PostgreSQL Server
# 安装yum install postgresql-server# 初始化数据库postgresql-setup initdb# 设置为开机启动systemctl enable postgresql# 启动systemctl start postgresql
Installing Odoo 10
Todo
What is an enterprise Linux add-on package (EPEL)?
The Enterprise Linux add-on package (hereinafter referred to as EPEL) is a Fedora special interest group that creates, maintains, and manages a high-quality add-on package set for Enterprise Linux, including but not limited to Red Hat Enterprise Linux (RHEL), CentOS, Sc Ientific Linux (SL), Oracle Linux (OL).
Https://fedoraproject.org/wiki/EPEL/zh-cn?
Installing ODOO 10 on CentOS 7.2 (2018-10-04 continuous update)