欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Open ERP running on Centos 5
来自开放百科 - 灰狐
(版本间的差异)
(未显示1个用户的6个中间版本) | |||
第43行: | 第43行: | ||
bin\tinyerp-client.py | bin\tinyerp-client.py | ||
Then create one clean database. | Then create one clean database. | ||
− | + | 安装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 | |
+ | easy_install-2.4 http://openerp.com/download/stable/source/eTiny-1.0.1.1.tar.gz | ||
+ | wget http://nchc.dl.sourceforge.net/sourceforge/numpy/numpy-1.1.0.tar.gz | ||
+ | cd numpy-1.1.0 | ||
+ | python2.4 setup.py install | ||
+ | wget http://nchc.dl.sourceforge.net/sourceforge/matplotlib/matplotlib-0.98.3.tar.gz | ||
+ | cd matplotlib-0.98.3 | ||
+ | python2.4 setup.py install | ||
+ | vi default.cfg | ||
+ | [tinyerp] | ||
+ | server = "localhost" | ||
+ | port = 8080 | ||
+ | protocol = "http" // socket, http or https | ||
+ | $ start-tinyerp | ||
+ | http://localhost:8080 :) | ||
+ | admin/admin or demo/demo | ||
参考 : http://openerp.com/forum/topic4024.html | 参考 : http://openerp.com/forum/topic4024.html | ||
+ | |||
+ | [[Category:ERP]] | ||
+ | [[Category:CentOS]] |
2010年8月22日 (日) 03:59的最后版本
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 easy_install-2.4 http://openerp.com/download/stable/source/eTiny-1.0.1.1.tar.gz wget http://nchc.dl.sourceforge.net/sourceforge/numpy/numpy-1.1.0.tar.gz cd numpy-1.1.0 python2.4 setup.py install wget http://nchc.dl.sourceforge.net/sourceforge/matplotlib/matplotlib-0.98.3.tar.gz cd matplotlib-0.98.3 python2.4 setup.py install vi default.cfg [tinyerp] server = "localhost" port = 8080 protocol = "http" // socket, http or https $ start-tinyerp http://localhost:8080 :) admin/admin or demo/demo
分享您的观点