Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
6178 Представления

Hi, Currently I have finished designing an website in Odoo 12 community version localhost, now I would like to publish this to my own domain which I have purchased as VPS server with a dedicated IP. I am hosting the localhost in windows 10.

Kindly help me providing steps to publish in my personal domain

Аватар
Отменить

Please use a reverse proxy such as nginx, apache or caddy server. You'll find plenty of help on Google.

Лучший ответ

Hi Zahed Hossain,

(As Ermin Trevisan commented there are so many details available on google.)

You have to move a database to the server from your local in order to get all your configurations. You can use "/web/database/manager" url for doing database operations.

You need to make sure at least following items before moving.
- DB should be without demo data if you are planning to use for live.
- Your local code base and server code base should be same.
- Setup odoo on server (with revers proxy using nginx on Ubuntu is preferred way). Documentation: https://www.odoo.com/documentation/12.0/setup/deploy.html

>> Move your production ready database with filestore on server.

Аватар
Отменить
Related Posts Ответы Просмотры Активность
4
мая 25
2201
2
янв. 25
2082
4
янв. 25
4139
0
нояб. 24
1494
1
нояб. 24
2221