欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Open ERP running on Centos 5
来自开放百科 - 灰狐
(版本间的差异)
第44行: | 第44行: | ||
Then create one clean database. | Then create one clean database. | ||
安装web客户端 | 安装web客户端 | ||
− | wget http:// | + | wget http://peak.telecommunity.com/dist/ez_setup.py |
− | python2.4 | + | python2.4 ez_setup.py |
+ | easy_install-2.4 TurboGears==1.0.3.2 | ||
wget http://pypi.python.org/packages/source/e/eTiny/eTiny-1.0.1.1.tar.gz | wget http://pypi.python.org/packages/source/e/eTiny/eTiny-1.0.1.1.tar.gz | ||
参考 : http://openerp.com/forum/topic4024.html | 参考 : http://openerp.com/forum/topic4024.html |
2008年8月8日 (五) 17:36的版本
yum install libxml2 yum install postgresql yum install postgresql-devel yum install python-devel // python 2.4.3 yum install libxslt-python mkdir -p /opt/tinyerp/src/ cd tinyerp/src/ yum install mx yum install vim-enhanced yum install python-psycopg yum install python-reportlab yum install postgresql-server yum install python-imaging /etc/init.d/postgresql start chkconfig postgresql on python2.4 -c 'import sys ; print sys.path' wget http://heanet.dl.sourceforge.net/sourceforge/pyparsing/pyparsing-1.4.7.tar.gz gunzip pyparsing-1.4.7.tar.gz tar -xvf pyparsing-1.4.7.tar cd pyparsing-1.4.7 python2.4 setup.py install cd .. wget http://kent.dl.sourceforge.net/sourceforge/pytz/pytz-2006p.tar.gz gunzip pytz-2006p.tar.gz tar -xvf pytz-2006p.tar cd pytz-2006p python2.4 setup.py install cd .. tar -xvvf tinyerp-server-4.2.2.tar cd tinyerp-server-4.2.2 python2.4 setup.py install
./tinyerp-server.py
ImportError: No module named reportlab.platypus
wget http://www.reportlab.org/ftp/ReportLab_2_1.tgz cd reportlab python2.4 setup.py install python2.4 ./bin/tinyerp-server.py -r postgres -w huihoo --db_host 127.0.0.1 :)
安装并启动客户端
如: wget http://download.huihoo.com/openerp/tinyerp-client-4.2.2.tar.gz cd tinyerp-client-4.2.2 python2.4 setup.py install bin\tinyerp-client.py Then create one clean database.
安装web客户端
wget http://peak.telecommunity.com/dist/ez_setup.py python2.4 ez_setup.py easy_install-2.4 TurboGears==1.0.3.2 wget http://pypi.python.org/packages/source/e/eTiny/eTiny-1.0.1.1.tar.gz
分享您的观点