Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
10 Trả lời
12027 Lượt xem

Hi,

I installed a Docker instance of ODOO on a Jelastic environement. The marketplace of Jelastic configures the app and the PostgreSQL database.

https://i.ibb.co/j4s4pFw/Screenshot-from-2019-07-01-12-02-12.png

After the installation I get redirected to this page:

https://i.ibb.co/SsgCYX2/Screenshot-from-2019-07-01-12-03-56.png

But this is not clear what's asked here. What's the Master Password, what's the "admin" user? Why is the configuration file ignored?

Version: 9.0

EDIT: 

it seems that Jelastic only handle version 9.0, which is maybe why it's not working?
https://github.com/layershift/odoo-centos​



Ảnh đại diện
Huỷ bỏ

The Master password take from odoo.conf file. So please find your odoo configuration file using sudo nano /etc/odoo12.conf and check for "admin_passwd"

Câu trả lời hay nhất

In this https://i.ibb.co/SsgCYX2/Screenshot-from-2019-07-01-12-03-56.png

file system request you to assign password and to provide db name that you wish to create.

if you given master password in conf file the restart the odoo server and enter details.

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Hi, the package of Odoo has been recently updated at Jelastic PaaS, so the latest version of the application is now available for automatic deploy. Try to re-install it from the marketplace or just import the manifest from this project https://github.com/jelastic-jps/odoo

Ảnh đại diện
Huỷ bỏ
Tác giả Câu trả lời hay nhất

There is no /etc/odoo12.conf file (this is ODOO 9.0).

Ảnh đại diện
Huỷ bỏ

/etc/odoo.conf , search for the similar. it depends upon the user you given in the script. in /etc you can serach for .conf

Tác giả

I found a file in /etc/odoo/openerp-server.conf. I enter as "Master Password" the value of admin_passwd, I enter as "Database Name" the name of the database "odoo". But there is no "admin" account password. Only the password for "odoo" user.

Tác giả

It says: "Database creation error: database u'odoo' already exists!"

try another name

Tác giả

it worked! thank you :)

no problem