Hi all,
I want run My openerp on perticular domain, currently i start openerp as http://localhost:8069 but i want use something lilke http://sample.openerp:8069 so how can i do this ?
thanks
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi all,
I want run My openerp on perticular domain, currently i start openerp as http://localhost:8069 but i want use something lilke http://sample.openerp:8069 so how can i do this ?
thanks
# hostname
prod-server
If you have entries in the /etc/hosts file with the old hostname, you should modify it.
For example, the entry for 127.0.0.1 line in the /etc/hosts file will still show the old hostname. In this example, it shows as dev-server.
$ cat /etc/hosts
127.0.0.1 dev-server localhost.localdomain localhost
Modify this file, and set the new hostname here. For example, change dev-server to prod-server as shown below.
$ cat /etc/hosts
127.0.0.1 prod-server localhost.localdomain localhost
The /etc/sysconfig/network file also has an entry for HOSTNAME. Change the value here as shown below.
# cat /etc/sysconfig/network
NETWORKING=yes
HOSTNAME=prod-server
Restart the network service, if you want any other services that are using the hostname to pickup the changes.
# service network restart
Shutting down interface eth0: [ OK ]
Shutting down loopback interface: [ OK ]
Bringing up loopback interface: [ OK ]
Bringing up interface eth0: [ OK ]
If its still not work than restart the system than in startup it will set.
Hope this will help
Regards,
Anil R.K. (SerpentCS)
Thanks for answer anil
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
InscribirsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
|
3
sept 20
|
5433 | ||
|
0
ago 15
|
18927 | ||
|
1
may 22
|
10010 | ||
|
2
mar 22
|
6154 | ||
|
0
mar 15
|
8664 |