How to install erpnext on Windows

I have installed ERPNext on Ubuntu, now I have a special requirement when I want to install it on Windows OS.

I have uploaded the following pre-requisites.
1. Python 2.7
2. MariaDB

What is the correct procedure for installing erpnext on windows.

+3


source to share


2 answers


ERPNext

not compatible with Windows

. How can you install it on Windows usingVirtual Machine

So,

VM:

Install Virtual Machine

on Microsoft Windows

Following these instructions

After that follow these steps



Installation steps:

  • Install WAMPserver

    from here
  • Install Python from here
  • Install installation tools from here
  • Tune httpd.conf

  • Replace the shebang lines with your python directory.
  • Run install.py

Luck

+5


source


ERPNext is not yet compatible with windows as it uses some unix utilities.



-1


source







All Articles