Se rendre au contenu
Menu
Cette question a été signalée
2 Réponses
2258 Vues

Hi,

I'm learning Python and it's already installed on windows 10. I plan to install PostgreSQL and separate Odoo.

Which Odoo should I download? Is there any special setup to run Oddo with Python and PostgreSQL preinstalled?


I know there is a download for windoes and it comes with the server, complete, but as I already have Python installed and I just need to install PostgreSQL and Odoo.

Any help will be welcome.


Avatar
Ignorer
Meilleure réponse

Hello ,


if you are not using odoo.exe , need to manually install dependencies ,

- Python

https://www.python.org/downloads/windows/


- PostgreSQL

https://www.enterprisedb.com/downloads/postgres-postgresql-downloads

- Clone Odoo from github

https://github.com/odoo/odoo

- Install Python dependencies listed in the requirements.txt file

- Setup Conf file

- Once all done, Odoo can be run by odoo-bin

If you are installing with odoo.exe check the blog

https://www.cybrosys.com/blog/how-to-install-odoo-in-windows

Avatar
Ignorer
Meilleure réponse

Hello Ricardo

I think you have to install odoo in exe form, from official website of odoo so you can get posgresql, python everything in that. 

Avatar
Ignorer