documentation/website/publish/domain_name.rst
2016-09-21 16:00:14 +02:00

40 lines
1.3 KiB
ReStructuredText
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

=============================
How to set my own domain name
=============================
These steps briefly explain how to link your companys registered domain
(e.g. www.yourcompany.com) to your Odoo instance. Once someone types your
companys domain, they are immediately directed to Odoo (i.e. yourcompany.odoo.com).
* Check its availability or see who currently owns it at https://www.whois.net/.
* Buy your domain name at a provider. See recommended providers here:
http://www.mytipshub.com/top-ten-best-domain-registrar/.
* Access your Odoo.com account from your homepage.
.. image:: media/domain_name01.png
:align: center
* Access the *Manage Databases* page.
.. image:: media/domain_name02.png
:align: center
* Click on *Domains* to the right of the database you would like to redirect.
.. image:: media/domain_name03.png
:align: center
* A database domain prompt will appear. Type your custom domain (e.g. www.yourcompany.com)
and press *Add*. Then click *OK*.
* Go to your domain managers website and search for the DNS Zones management page.
* Create a CNAME record that points your domain (e.g. www.yourcompany.com) to your
Odoo database (yourcompany.odoo.com). Please reference your domain manager for
specific directions on how to complete this task.
.. seealso::
* :doc:`../../getting_started/documentation`