All Projects → kasim1011 → odoo-11.0-windows-installation

kasim1011 / odoo-11.0-windows-installation

Licence: other
Install odoo-11.0 from source on Windows

Projects that are alternatives of or similar to odoo-11.0-windows-installation

ansible-odoo
Automatic deployment for Odoo on Linux
Stars: ✭ 19 (-44.12%)
Mutual labels:  odoo, installation
jsfiddle-github
JSFiddle implementation for interactive JavaScript examples.
Stars: ✭ 16 (-52.94%)
Mutual labels:  source
Update-AllUsersQA
Update-AllUsersQA is a PowerShell script used to change or disable the security questions and answers for local users in a Windows 10 machine.
Stars: ✭ 21 (-38.24%)
Mutual labels:  windows-10
PSSystemAdministrator
A PowerShell module for managing users and computers and gathering information in a Windows Active Directory environment.
Stars: ✭ 59 (+73.53%)
Mutual labels:  windows-10
UWP-Package-Installer
An UWP installer for appx/appxbundle packages
Stars: ✭ 85 (+150%)
Mutual labels:  windows-10
ISOKIT
Windows 10 Professional - Full Strip & Lockdown Edition
Stars: ✭ 35 (+2.94%)
Mutual labels:  windows-10
keypirinha-winsys
A Keypirinha plugin with useful system and shell commands for Windows 10/11.
Stars: ✭ 34 (+0%)
Mutual labels:  windows-10
DXSample
Sample Program for DirectX 12 + Swift
Stars: ✭ 57 (+67.65%)
Mutual labels:  windows-10
odooku
Run Odoo as a service
Stars: ✭ 52 (+52.94%)
Mutual labels:  odoo
bert-tensorflow-pytorch-spacy-conversion
Instructions for how to convert a BERT Tensorflow model to work with HuggingFace's pytorch-transformers, and spaCy. This walk-through uses DeepPavlov's RuBERT as example.
Stars: ✭ 26 (-23.53%)
Mutual labels:  how-to
pydf
PDF generation in python using wkhtmltopdf for heroku and docker
Stars: ✭ 68 (+100%)
Mutual labels:  wkhtmltopdf
AwesomeWallpaper
AwesomeWallpaper plays videos, shows images and system info on your desktop wallpaper
Stars: ✭ 74 (+117.65%)
Mutual labels:  windows-10
Wallop
Extensible, living/animated wallpaper engine built in C# using Silk.NET's OpenGL wrapper at its core.
Stars: ✭ 27 (-20.59%)
Mutual labels:  windows-10
Win32-Acrylic-Effect
Demonstrates implementation of the Windows 10 Acrylic Effect on C++ Win32 Apps using DWM Private APIs and Direct Composition
Stars: ✭ 104 (+205.88%)
Mutual labels:  windows-10
Longhorn
Windows 10 Debloater
Stars: ✭ 18 (-47.06%)
Mutual labels:  windows-10
snafu
Work with Python distributions on Windows how it’s supposed to work.
Stars: ✭ 25 (-26.47%)
Mutual labels:  installation
FiveM-Paid-Anticheats
Fivem Anticheat's sources, cracks and other shit have fun with it. Remember API > ALL https://discord.gg/stz4nCkhZp
Stars: ✭ 35 (+2.94%)
Mutual labels:  source
odoo-helper-scripts
The easiest way to install and manage development odoo instances / projects.
Stars: ✭ 34 (+0%)
Mutual labels:  odoo
oxide
Oxide Odoo Distribution
Stars: ✭ 13 (-61.76%)
Mutual labels:  odoo
process-handbook
📗 Contains our processes, questions and journey to creating ateam
Stars: ✭ 70 (+105.88%)
Mutual labels:  how-to

Odoo 11.0 Windows Installation

Install odoo-11.0 from source on Windows

It is recommended to have 64 bit version of operating system installed on your system.
It is recommended to install 64 bit version of all software packages mentioned in installation process.

Installation

Download and install Git for Windows.
Download and install Node.js LTS.

Launch Command Prompt as Administrator.

  • Install Less.js by > npm install -g less less-plugin-clean-css

Download and install PostgreSQL.
add PostgreSQL's bin directory (default: C:\Program Files\PostgreSQL\x.x\bin) to your PATH.

create a postgres user with a password using the PgAdmin GUI:

  • open PgAdmin4,
  • expand server node to create a connection,
  • expand PostgreSQL node,
  • select Object-> Create -> Login/Group Role,
    • enter the username in the Role Name field (e.g. odoo),
    • open the Definition tab and enter the password (e.g. odoo),
    • open the Privileges tab and give login and create database rights,
  • click save.

Download and install Microsoft Visual C++ 2015 Redistributable.
Download and install Python3 version 3.6.

  • goto Python3 installation directory (default: C:\Users\{UserName}\AppData\Local\Programs\Python\PythonXX.
  • rename python.exe to python3.exe and pythonw.exe to pythonw3.exe.
  • add Python3 installation directory (default: C:\Users\{UserName}\AppData\Local\Programs\Python\PythonXX) to your PATH.

Some of odoo dependencies are non-pure Python packages which requires C/C++ compilation during their installation process. you can install those dependencies using one of the following approaches.

  1. Download and install already compiled dependencies in Wheel (.whl) format targeting your system configuration.
  2. Download and install C/C++ compiler than install those dependencies from source.

For installing dependencies from Wheel (.whl), launch Command Prompt as Administrator.

  • Install pypiwin32 by > python3 -m pip install pypiwin32
  • Install Pillow by > python3 -m pip install Pillow-3.4.2-cp36-cp36m-win_amd64.whl
  • Install gevent by > python3 -m pip install gevent-1.2.2-cp36-cp36m-win_amd64.whl
  • Install lxml by > python3 -m pip install lxml-3.8.0-cp36-cp36m-win_amd64.whl
  • Install psutil by > python3 -m pip install psutil-5.3.1-cp36-cp36m-win_amd64.whl
  • Install psycopg2 by > python3 -m pip install psycopg2-2.7.3-cp36-cp36m-win_amd64.whl
  • Install pyldap by > python3 -m pip install pyldap-2.4.37-cp36-cp36m-win_amd64.whl
  • Install reportlab by > python3 -m pip install reportlab-3.4.0-cp36-cp36m-win_amd64.whl

If you're having 32 bit Windows architecture or other Python versions (e.g. 3.4, 3.5) installed on your system. you can download non-pure Python package Wheels (.whl) targeting your system configurations from PyPI or Laboratory for Fluorescence Dynamics. If you're having Python 3.4 installed on system then you will require Microsoft Visual C++ 2010 Redistributable instead of Microsoft Visual C++ 2015 Redistributable. for more information visit WindowsCompilers article on Python Wiki.

For installing dependencies from source, download Visual C++ 2015 Build Tools.

  • run the installer,
  • select custom mode for installation,
  • uncheck all optional features (e.g. Windows 8.1 SDK, Windows 10 SDK, ATL/MFC SDK, .NET Framework SDK etc.)
  • click Install.

After Visual C++ 2015 Build Tools installation process completes, launch Command Prompt as Administrator

  • Install pypiwin32 by > python3 -m pip install pypiwin32
  • Install Pillow by > python3 -m pip install pillow
  • Install gevent by > python3 -m pip install gevent
  • Install lxml by > python3 -m pip install lxml
  • Install psutil by > python3 -m pip install psutil
  • Install psycopg2 by > python3 -m pip install psycopg2
  • Install pyldap by > python3 -m pip install pyldap
  • Install reportlab by > python3 -m pip install reportlab

If you're having Python 3.4 installed on system then you will require Microsoft Windows SDK for Windows 7 and .NET Framework 4 instead of Visual C++ 2015 Build Tools. for more information visit WindowsCompilers article on Python Wiki.

Install remaining pure Python packages from requirements.txt using

  • $ python3 -m pip install -r requirements.txt
  • $ python3 -m pip install -U werkzeug

Download and install wkhtmltopdf.
Add wkhtmltopdf's bin directory (default: C:\Program Files\wkhtmltopdf\bin) to your PATH.

Launch Command Prompt.
Switch to (cd) your desired odoo installation directory
clone odoo repository by git clone https://github.com/odoo/odoo.git -b 11.0

Switch to odoo installation directory and run odoo using
$ python3 odoo-bin -w odoo -r odoo --addons-path=addons --log-level=debug_rpc

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].