Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
6 Відповіді
30252 Переглядів

Hi All,

I have odoo installed in aws with a port 

http://34.208.46.183:8069 

and I have a godaddy account with a domain ,i need to change port address to domain like

myodooerp.com ..

How its possible ?

Thanks in advance..

Аватар
Відмінити
Найкраща відповідь

You should use a reverse proxy and the odoo dbfilter configuration option in order to link hostnames to databases.

Please read:

https://antiun.github.io/odoo-reverse-proxy-howto/ (but do not use self-signed certificates, use Let's Encrypt instead, and you may want to try Caddy Webserver (www.caddyserver.com) instead of Apache or Nginx.

https://www.odoo.com/documentation/10.0/setup/deploy.html

Аватар
Відмінити
Автор

Thx,,Let me chk

Найкраща відповідь

having a problem with certificates generation with apache and all 

if any video please,

all are maintaining with port only till now,

that is difficult to end-user level 


Аватар
Відмінити
Найкраща відповідь

Hi.

To Select your database and login then after go to Settings/parameters/system parameters

change key "web.base.url" to your Domain name(myodooerp.com)

make sure your Domain name can be resolved over DNS Server.

Аватар
Відмінити
Автор

Not working..

Найкраща відповідь

Hello

You can do thing in local system, follow below step.

1. open terminal

2.type cd /etc/

3.sudo gedit hosts

4.enter user password.

5.One screen will be open and write down like below

0.0.0.0 www.ankit.com (anyname)

6.Save it and close it.

7.Go to browser and type in URL like www.ankit.com:8069

Hope this help you.

Best Thanks,

Ankit H Gandhi.

Аватар
Відмінити