歡迎您光臨本站 註冊首頁

跟我學,輕鬆安裝開源ERP軟體Open ERP

←手機掃碼閱讀     火星人 @ 2014-03-12 , reply:0
  

Open ERP原名Tiny ERP,是一個知名的開源ERP/CRM系統,來源於比利時,主要用python語言開發,具有擴展性強,界面友好等特徵。


本文以Fedora 11系統為例,演示安裝Open ERP 的全過程。

安裝過程需要Root許可權

su root

su -c 'rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm'


更新軟體庫:

yum update

安裝postgresql資料庫伺服器

yum install postgresql-server

yum install postgresql

初始化資料庫:

su root

su postgres

initdb /var/lib/pgsql/data

su postgres

psql -l

yum install python-psycopg2

yum install python-lxml

yum install PyXML

yum install python-setuptools-devel

easy_install egenix-mx-base

yum install libxslt-python

yum install pytz

yum install python-matplotlib

然後下載OPEN ERP安裝包:

wget http://openerp.com/download/stable/source/openerp-server-5.0.1-0.tar.gz

tar -xvf openerp-server-5.0.1-0.tar.gz

cd openerp-server-5.0.1-0

python openerp-server.py

wget http://openerp.com/download/stable/source/openerp-client-5.0.1-0.tar.gz

tar  -xvf openerp-client-5.0.1-0

cd openerp-client-5.0.1-0

python openerp-client.py

 

參考文檔:
 http://fedoraproject.org/wiki/EPEL/FAQ#howtouse



[火星人 ] 跟我學,輕鬆安裝開源ERP軟體Open ERP已經有827次圍觀

http://coctec.com/docs/enterprise/show-post-73146.html