跳至內容
選單
此問題已被標幟
4 回覆
5195 瀏覽次數

I am using openerp version 7.0. I have downloaded odoo-8.0 and i try to run the command " "service openerp-server start" it is giving below error.

openerp-server: unrecognized service

 

"

頭像
捨棄
最佳答案

It should be "service odoo-server start"

頭像
捨棄
最佳答案

If I was you, I'd follow the guide at

http://www.rosehosting.com/blog/install-odoo-formerly-openerp-with-nginx-on-an-ubuntu-vps/

Please remember, just downloading it isn't enough, you have to install it, and make sure you have all the other packages required to install it that include your http server and database such as postgresql

 

Faruq

Karachi, Pakistan

頭像
捨棄
最佳答案

You haven't install the service. To run the server without service, execute this command in your Odoo directory

python openerp-server

 

頭像
捨棄
最佳答案

<pre> First Install OpenERP:

apt-get install postgresql git

echo "deb http://nightly.openerp.com/7.0/nightly/deb/ ./" >>

/etc/apt/sources.list

apt-get update

apt-get install openerp

Just install dependencies and configure some stuff related to db for us.

apt-get remove openerp

apt-get install python-dateutil python-feedparser python-gdata

python-ldap python-libxslt1 python-lxml python-mako python-openid python-psycopg2 python-pybabel python-pychart python-pydot python-pyparsing python-reportlab python-simplejson python-tz python-vatnumber python-vobject python-webdav python-werkzeug python-xlwt python-yaml python-zsi python-docutils python-psutil wget python-unittest2 python-mock python-jinja2

apt-get install python-dev libpq-dev

apt-get install poppler-utils

apt-get install python-pdftools

apt-get install python-pip

pip install pyPdf decorator requests gdata

pip install decorator

pip install requests gdata

adduser odoo

passwd odoo

su postgres

$ createuser -s odoo

$ createdb test --owner odoo

$ exit

su odoo

$ cd ~/

$ git clone https://github.com/odoo/odoo.git

$ cd odoo

$ python odoo.py& (Run in background)

</pre>

 

That is a very quick install guide.  If you want a service script and to be able to specify your own config file then have a look at the links posted on this page: https://www.odoo.com/forum/help-1/question/how-to-install-odoo-from-github-on-ubuntu-14-04-for-testing-purposes-only-ie-not-for-production-52627

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
3
7月 25
494
3
6月 25
3709
5
5月 25
4414
2
5月 25
1450
1
8月 24
2054