This question has been flagged
3 Replies
9897 Views

I am using Odoo.12 community version , I am developing website on localhost:8069, now I would like to publish it on my own domain? What are the steps I should follow?

Avatar
Discard
Best Answer

Hi Zahed,

Now you can push your code on server and change the config file of ngnix or apache server, and Bind your IP with the domain details.

Hope it will help, and do contact if you require further details.

Thanks.





Email: odoo@aktivsoftware.com

Skype: kalpeshmaheshwari

 

Avatar
Discard
Best Answer

If you want to host it on third party server(like Amazon AWS) the easiest way would be to:
1) Create a backup of your odoo (from database manager)

2) Set up Ubuntu server

3) Install Odoo on the remote server (use this script if you like: https://github.com/Yenthe666/InstallScript ) and restore the backup you made in piint 1

4) Set up Apache (Tutorial: https://www.cier.tech/blog/blog-1/post/configuring-apache-for-odoo-4) or Nginx (Tutorial: https://www.cier.tech/blog/blog-1/post/configuring-nginx-with-odoo-5)

5) Log in to your domain provider and point the domain to your server IP


Avatar
Discard
Author

Great Sir, Sharing your idea!

Thanks - let me know if you need any help. I can publish some tutorials

Thanks a lot. 

On Tue, Nov 20, 2018 at 5:47 PM Piotr Cierkosz <piotr.w.cierkosz@gmail.com> wrote:

Thanks - let me know if you need any help. I can publish some tutorials

Sent by Odoo S.A. using Odoo.

I am trying to build an educational forum based website in Odoo and using community version for the development in localhost.
Now I need to transfer the localhost:8069 to my personal domain.
Please help to complete the process.

Best,

Zahed

On Tue, Nov 20, 2018 at 5:47 PM Zaslinks <zaslinks@gmail.com> wrote:
Thanks a lot. 

On Tue, Nov 20, 2018 at 5:47 PM Piotr Cierkosz <piotr.w.cierkosz@gmail.com> wrote:

Thanks - let me know if you need any help. I can publish some tutorials

Sent by Odoo S.A. using Odoo.

Author

Please help

Author Best Answer

Thanks Kalpesh, I thought it would be as easy as Wordpress localhost to publish. do you think if I build a website using Odoo subdomain like mysite.odoo.com is as good as community  or enterprise site do?

Avatar
Discard