跳至内容
菜单
此问题已终结
3 回复
7461 查看

I have an issue in installing odoo 8.0 in ubuntu 14.04...

the below message i got from terminal..

please help me...

sark@sark-HP-Pavilion-dv6-Notebook-PC:~$ sudo su postgres

[sudo] password for sark:

postgres@sark-HP-Pavilion-dv6-Notebook-PC:/home/sark$ postgres@openerp-desktop:/$ createuser -s openerp

bash: postgres@openerp-desktop:/$: No such file or directory

postgres@sark-HP-Pavilion-dv6-Notebook-PC:/home/sark$

形象
丢弃
编写者 最佳答案

Thank you very much guys..I tried your advise but i got the below..


byte-compiling /usr/local/lib/python2.7/dist-packages/atom/http_core.py to http_core.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/atom/http.py to http.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/atom/client.py to client.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/atom/http_interface.py to http_interface.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/atom/service.py to service.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/atom/__init__.py to __init__.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/atom/mock_http.py to mock_http.pyc

running install_egg_info

Writing /usr/local/lib/python2.7/dist-packages/gdata-2.0.17.egg-info

root@sark-HP-Pavilion-dv6-Notebook-PC:/opt/openerp/gdata-2.0.17# exit

exit

sark@sark-HP-Pavilion-dv6-Notebook-PC:/opt/openerp$ sudo su nautilus /opt/openerp

No passwd entry for user 'nautilus'

sark@sark-HP-Pavilion-dv6-Notebook-PC:/opt/openerp$ git clone https://github.com/odoo/odoo.git --branch 8.0

fatal: could not create work tree dir 'odoo'.: Permission denied

sark@sark-HP-Pavilion-dv6-Notebook-PC:/opt/openerp$

形象
丢弃

Please modify the permission of the directory with command and try again: sudo chmod 777 /opt/openerp

最佳答案

Hi,

After sudo su - postgres

give, createuser --createdb --username postgres --no-createrole --no-superuser --pwprompt openerp


A nice tutorial to install odoo 8:

http://www.theopensourcerer.com/2014/09/how-to-install-openerp-odoo-8-on-ubuntu-server-14-04-lts/ 

形象
丢弃
最佳答案

Hi,

Try this:-

createuser --createdb --username postgres --no-createrole --no-superuser --pwprompt odoo
Enter password for new role: ********
Enter it again: ********

Refer this Link

Hope this helps.

形象
丢弃
相关帖文 回复 查看 活动
2
6月 22
7012
7
12月 23
44808
1
8月 21
11433
1
11月 20
21333
4
3月 15
10588