Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
2 Antwoorden
2259 Weergaven

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
Annuleer
Beste antwoord

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
Annuleer
Beste antwoord

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
Annuleer