blob: d3b06feed915d899807fa62459bb99598d0ef7db [file] [log] [blame]
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +05301
20. Make sure the wnmodules folder has the read,write,execute permissions for user,group and others.
3
41. 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
72. Install dateutil module (apt-get install python-dateutil)
8
93. Unzip master.sql.gz in the modules folder
10
114. 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
195. 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
246. 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
267. Go to Setup-->System-->Global Defaults, save it.
27
28
29