欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Open ERP running on Centos 5
来自开放百科 - 灰狐
(版本间的差异)
第36行: | 第36行: | ||
cd reportlab | cd reportlab | ||
python2.4 setup.py install | python2.4 setup.py install | ||
− | ./tinyerp-server.py :) | + | 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. | ||
More Detail: http://openerp.com/forum/topic4024.html | More Detail: http://openerp.com/forum/topic4024.html |
2008年8月8日 (五) 16:47的版本
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.
More Detail: http://openerp.com/forum/topic4024.html
分享您的观点