Skip to content

How to Install ERPNext

anandpdoshi edited this page Mar 16, 2012 · 23 revisions

Note: You will need some linux background to be able to install this on your system

Pre-requisites:

  • any unix based os
  • python 2.6+ (python 3+ not supported)
  • apache
  • mysql 5+
  • git
  • python MySQLdb
  • pytz
  • jinja2
  • markdown2

Steps: 1.

Attributions: Thanks to Sudev KK for contributing to the setup steps.