How to install erpnext on Windows

Rahul Vishwakarma picture Rahul Vishwakarma · Nov 23, 2014 · Viewed 7.9k times · Source

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. ?

Answer

Syeda Zunaira picture Syeda Zunaira · Dec 23, 2014

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