5

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

I have download the following Pre requisites.
1. Python 2.7
2. MariaDB

What is the correct procedure to install erpnext on windows. ?

Rahul Vishwakarma
  • 996
  • 5
  • 17
  • 35

3 Answers3

10

ERPNext isn't compatible with Windows. How ever you can install it in Windows using Virtual Machine So

VM:

Install a Virtual Machine on Microsoft Windows By following these instruction

After that follow these steps

Installation Steps:

  1. Install WAMPserver from here
  2. Install Python from here
  3. Install Setup tools from here
  4. Configure httpd.conf
  5. Replace shebang lines to your python directory.
  6. Run install.py

Good Luck

Syeda Zunaira
  • 5,191
  • 3
  • 38
  • 70
0

ERPNext isn't compatible with windows yet, as it uses some unix utilities.

-1

You can do it using windows subsystem for linux and carry the steps of installing on linux in commandline of linux.

Tufail
  • 1