Pratik Vyas | c1e6e4c | 2011-06-08 14:37:15 +0530 | [diff] [blame] | 1 | |
| 2 | 0. Make sure the wnmodules folder has the read,write,execute permissions for user,group and others. |
| 3 | |
| 4 | 1. After installing wnframework using the INSTALL.txt file from that project, do the following: |
| 5 | edit the defs.py file and set the variables as the templates there say. |
| 6 | |
| 7 | 2. Install dateutil module (apt-get install python-dateutil) |
| 8 | |
| 9 | 3. Unzip master.sql.gz in the modules folder |
| 10 | |
| 11 | 4. goto cgi-bin folder in wnframework and execute |
| 12 | python webnotes/install_lib/install.py root dbrootpassword dbname -s modules/master.sql |
| 13 | |
| 14 | where: |
| 15 | root is the root database login |
| 16 | dbrootpassword is the root password |
| 17 | dbname is the name of the database you want to create for the ERP |
| 18 | |
| 19 | 5. Login |
| 20 | Set permissions through Profile(on top toolbar)-->Roles |
| 21 | Permission: System Manager, Sales User etc. |
| 22 | Tools-->Clear Cache, and refresh your browser. |
| 23 | |
| 24 | 6. Go to Control Panel --> Set Company Name --> Clear Cache --> Refresh the system --> Go to Home --> Enter Company Abbr, Year begin date, currency and Save it. |
| 25 | |
| 26 | 7. Go to Setup-->System-->Global Defaults, save it. |
| 27 | |
| 28 | |
| 29 | |