brotherton-erpnext/README.md

47 lines
1.1 KiB
Markdown
Raw Normal View History

2011-09-08 08:46:34 +00:00
# ERPNext - Open Source + SAAS ERP
2011-09-06 07:16:33 +00:00
2011-09-15 09:56:54 +00:00
Version 2.0
2011-09-06 07:16:33 +00:00
Includes Accounting, Inventory, CRM, Sales, Purchase, Projects, HRMS
Built on Python / MySQL / wnframework
2011-09-08 08:46:34 +00:00
- [Download](http://erpnext.org)
- [Use now as SAAS @ $7/user/month](https://erpnext.com)
## Platform
2011-09-15 09:56:54 +00:00
ERPNext is built on [wnframework](https://github.com/webnotes/wnframework) (Version 2.0)
2011-09-08 08:46:34 +00:00
## 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 09:56:54 +00:00
## 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 08:54:27 +00:00
2. create a symlink in erpnext:
2011-09-15 09:56:54 +00:00
ln -s path/to/wnframework lib
3. to setup the versions db, run:
2011-09-08 08:46:34 +00:00
2011-09-15 09:56:54 +00:00
python lib/wnf.py setup
2011-09-08 08:46:34 +00:00
2011-09-16 05:35:07 +00:00
4. copy defs.py from cgi-bin/webnotes to py/webnotes
2011-09-16 05:37:26 +00:00
5. change module_path (point to erpnext/erpnext) in defs.py
2011-09-16 05:35:07 +00:00
6. delete cgi-bin directory
7. delete all old module directories from erpnext
2011-09-08 08:46:34 +00:00
## License
ERPNext is available under the GNU/GPL license.