brotherton-erpnext/README.md

47 lines
1.1 KiB
Markdown
Raw Normal View History

2011-09-08 14:16:34 +05:30
# ERPNext - Open Source + SAAS ERP
2011-09-06 12:46:33 +05:30
2011-09-15 15:26:54 +05:30
Version 2.0
2011-09-06 12:46:33 +05:30
Includes Accounting, Inventory, CRM, Sales, Purchase, Projects, HRMS
Built on Python / MySQL / wnframework
2011-09-08 14:16:34 +05:30
- [Download](http://erpnext.org)
- [Use now as SAAS @ $7/user/month](https://erpnext.com)
## Platform
2011-09-15 15:26:54 +05:30
ERPNext is built on [wnframework](https://github.com/webnotes/wnframework) (Version 2.0)
2011-09-08 14:16:34 +05:30
## Download and Install
For download and install details, please go to [erpnext.org](http://erpnext.org)
## Forums
- [User / Functional](http://groups.google.com/group/erpnext-user-forum)
- [Technical](http://groups.google.com/group/wnframework)
2011-09-15 15:26:54 +05:30
## Changes from wnframework version 1.7
To update from wnframework version 1.
1. set your html folder to the root of erpnext (rather than wnframework)
2011-09-16 14:24:27 +05:30
2. create a symlink in erpnext:
2011-09-15 15:26:54 +05:30
ln -s path/to/wnframework lib
3. to setup the versions db, run:
2011-09-08 14:16:34 +05:30
2011-09-15 15:26:54 +05:30
python lib/wnf.py setup
2011-09-08 14:16:34 +05:30
2011-09-16 11:05:07 +05:30
4. copy defs.py from cgi-bin/webnotes to py/webnotes
2011-09-16 11:07:26 +05:30
5. change module_path (point to erpnext/erpnext) in defs.py
2011-09-16 11:05:07 +05:30
6. delete cgi-bin directory
7. delete all old module directories from erpnext
2011-09-08 14:16:34 +05:30
## License
ERPNext is available under the GNU/GPL license.