How to publish standalone odoo website for public view on windows domain server

I have developed a small, simple and static website in odoo 8 mode. It is located on my computer: Localhost.

I want to transfer these files to a domain server which is in Windows and the database in MySQL.

What files do I need to pick up from my PC to transfer to the web server?

What is the path for these files? (Right now I can see the files in C: \ Program Files (x86) \ Odoo 8.0-20150526. But I can't find the site module files like images or index, etc.).

Can you help me step by step how and what files to collect and upload via FTP like Filezilla? Will the Python site work on Windows Server?

+3


source to share


1 answer


Its pretty simple, you don't need to copy python

any files, it's not right, in the right order. Deploy the same version of Odoo from nightly to your domain first and then take a backup of your local instnace with the "Zip (inces filestore)" option. and then restore this copy to the domain instance.

Guide to Backup and Restore



Bests

0


source







All Articles