Archive for 15 六月, 2009

TinyERP/OpenERP備忘錄

英文官方下載:
http://www.openerp.com/en/downloads.html

英文安裝說明:
http://doc.openerp.com/install/index.html#installation-link

中文官方wiki:
http://wiki.shine-it.net/index.php?title=首页

中文化說明:
http://wiki.shine-it.net/index.php?title=Tiny多国语言支持

中文語言包下載:
http://code.google.com/p/openerp-community-addons/

FreeBSD安裝:
http://www.shine-it.net/redirect.php?tid=368&goto=lastpost

yum 安裝:
http://www.bestlong.idv.tw/thread-576-1-1.html

重點:
1.  啟動: /etc/init.d/tinyerp-server start
2. port: 8069

———————————————————————————–

1. 安裝 TurboGears (5.0版以後似乎已經取消)
yum install TurboGears

2. python 相關
省麻煩可以安裝
yum install tinyerp 之後再移除
相關的相依性會被安裝好.

yum install postgresql postgresql-server postgresql-python libxml2-python  libxslt-python python-imaging python-psycopg python-reportlab graphviz python-psycopg2 pychart pydot python-devel python-lxml PyXML
yum install TurboGears
yum install pytz
yum install python-matplotlib

3. default 帳號密碼
admin/admin

4. 語言安裝
http://doc.openerp.com/book/1/1_2_Guided_Tour/1_2_Guided_Tour_connect_openerp.html#installing-a-new-language

5. Server安裝
/usr/bin/python2.5 setup.py install
如果只用/usr/bin/python 會有問題.

安裝完訊息.
Writing /usr/lib/python2.5/site-packages/openerp_server-5.0.1_0-py2.5.egg-info

6.