This question has been flagged
1 Reply
6289 Views

step by step process

Avatar
Discard
Author Best Answer

Install python 2.7 (use Env setups or else Install globally) --> Set windows PATH for python.


if u install it with 32-bit python then u must install all the others with 32bit.


Install JAVA 7 or 8


1.Pls Download odoo 10 or 9 and Extract in a location

2.download pgadmin https://www.pgadmin.org/download/windows4.php

3.download pip.exe and install

4.if u want git Download git.exe

5.https://wkhtmltopdf.org/downloads.html (Windows (MSVC)0.12.4 32-bit / 64-bit)


if Ur system having above 4GB of RAM then Download eclipse with pydev OR We may run it in Windows CMD.


Copy odoo-server.conf file anywhere in drive

open cmd and type python--> then type--> pip install -r requirements.txt (If asking PIP not found install it)

C:\> cd \myodoo

then

C:\myodoo> C:\Python27\Scripts\pip.exe install -r requirements.txt

then

C:\> npm install -g less

finally C:\myodoo> python odoo-bin -w odoo -r odoo --addons-path=addons,../tinyapps --db-filter=DBname$


If any err occurred during installation, I will guide. pls Ping me anna2durai@gmail.com

Avatar
Discard