diff --git a/INSTALL b/INSTALL deleted file mode 100755 index d3b06feed91..00000000000 --- a/INSTALL +++ /dev/null @@ -1,29 +0,0 @@ - -0. Make sure the wnmodules folder has the read,write,execute permissions for user,group and others. - -1. After installing wnframework using the INSTALL.txt file from that project, do the following: - edit the defs.py file and set the variables as the templates there say. - -2. Install dateutil module (apt-get install python-dateutil) - -3. Unzip master.sql.gz in the modules folder - -4. goto cgi-bin folder in wnframework and execute - python webnotes/install_lib/install.py root dbrootpassword dbname -s modules/master.sql - - where: - root is the root database login - dbrootpassword is the root password - dbname is the name of the database you want to create for the ERP - -5. Login - Set permissions through Profile(on top toolbar)-->Roles - Permission: System Manager, Sales User etc. - Tools-->Clear Cache, and refresh your browser. - -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. - -7. Go to Setup-->System-->Global Defaults, save it. - - - diff --git a/install_erpnext.py b/install_erpnext.py index a515510fe03..916d0054aa3 100644 --- a/install_erpnext.py +++ b/install_erpnext.py @@ -116,6 +116,7 @@ To Do: * Configure apache/http conf file to point to public folder * chown recursively all files in your folder to apache user +* login using: user="Administrator" and password="admin" """ print steps_remaining