1
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

オープンソースERP Odoo を CentOS にインストールする

Posted at

Odoo (旧OpenERP)

ベルギーの OpenERP S.A. 社により開発されているオープンソース業務アプリケーション。従来のERPパッケージ守備範囲以外に、CMS、Eコマース、イベント管理等、多岐にわたる。

構成例

  • CentOS 7.3.1611
  • PostgreSQL 9.2.18
  • Odoo 10.0_20161221
  • wkhtmltopdf 0.12.1

インストール

yum -y install epel-release yum-utils postgresql-server && yum -y update
postgresql-setup initdb
systemctl start postgresql && systemctl enable postgresql
yum-config-manager --add-repo=https://nightly.odoo.com/10.0/nightly/rpm/odoo.repo
yum -y install odoo wkhtmltopdf
systemctl start odoo && systemctl enable odoo

アクセス

8069 ポートにアクセスする。

セットアップ

Odoo.png
アプリ   Odoo.png

1
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?