Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install erpnext on Windows

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

like image 611
Rahul Vishwakarma Avatar asked Feb 11 '23 12:02

Rahul Vishwakarma


1 Answers

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

like image 166
Syeda Zunaira Avatar answered Mar 19 '23 03:03

Syeda Zunaira