ERPNext Setup on local system - nijil/erpnext GitHub Wiki
Hello Everyone - We will see how we can get ERPNext up and running for trying it out and for development purpose. For those of you who are not familiar ERNext is a full opensource ERP( Enterprise Resource Planning ) software developed using python, Javascript and Mysql I would be doing that on an Ubuntu install and installing it on another distro shouldn't be much different.
Note: I agree that the installation is messed up at the moment and we apologize for that. It just that our resources are very limited right now we are working on making this product better in terms of reliability. Anyone is welcome to improve the installation part.
Pre-requisites
Apache2
MySQL
Python (2.6 or above)
Python-MySQL Connector (MySQLdb)
Python libs:
datetime
pytz
jinja2
markdown
-
Download and install the the above using apt-get
-
For installing ERPNext - you also need to get the framework ( wnframework ): Get the latest from https://github.com/webnotes/wnframework
-
Get ERPNext from https://github.com/webnotes/erpnext
Clone the above git repo. Put the ERPnext one in /var/www/ and wnframework one anywhere you like.
- Create a simlink to wnframework inside erpnext forder named 'lib' : sudo ln -s /path/to/wnframework lib
//copy version-locals.db // add the db creation part
// add redirection removal part
//add __Docype one if neccesary
NOT COMPLETE