diff --git a/website/optimize.rst b/website/optimize.rst index cbce20ace..277da134e 100644 --- a/website/optimize.rst +++ b/website/optimize.rst @@ -1,5 +1,3 @@ -:banner: banners/seo.jpg - ======= Optimize ======= diff --git a/website/publish.rst b/website/publish.rst index 746f0f4ae..013a5665c 100644 --- a/website/publish.rst +++ b/website/publish.rst @@ -1,5 +1,3 @@ -:banner: banners/seo.jpg - ======= Publish ======= diff --git a/website/publish/domain_name.rst b/website/publish/domain_name.rst new file mode 100644 index 000000000..1cd85ac18 --- /dev/null +++ b/website/publish/domain_name.rst @@ -0,0 +1,39 @@ +============================= +How to set my own domain name +============================= + +These steps briefly explain how to link your company’s registered domain +(e.g. www.yourcompany.com) to your Odoo instance. Once someone types your +company’s 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 manager’s 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` diff --git a/website/publish/media/domain_name01.png b/website/publish/media/domain_name01.png new file mode 100644 index 000000000..c1b13b127 Binary files /dev/null and b/website/publish/media/domain_name01.png differ diff --git a/website/publish/media/domain_name02.png b/website/publish/media/domain_name02.png new file mode 100644 index 000000000..b1bdf7e1a Binary files /dev/null and b/website/publish/media/domain_name02.png differ diff --git a/website/publish/media/domain_name03.png b/website/publish/media/domain_name03.png new file mode 100644 index 000000000..3e2ec7367 Binary files /dev/null and b/website/publish/media/domain_name03.png differ