forked from inoerp/inoERP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL.txt
22 lines (16 loc) · 945 Bytes
/
INSTALL.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Requirements & Installation
=========================
== Requirements ==
1. HTTP web server Ex. Apache, IIS.
2. PHP 5.5+
3. MySQL Server version: 5.6.17+
== Auto Installation ==
1. Upload all the files into the web server.
2. Open the index.php /or install.php page and follow the simple 4 steps installation process (mySQL user should have all the privileges equivalent to root a user to create views. You can change to a lesser privileged user after installation by changing the username & password @ include\basics\dbsettings.inc).
3. Login in to the application using user id /password - admin/admin and remove the installation file.
== Manual Installation ==
1. Change the DB settings @ include\basics\dbsettings.inc
2. Change the session_set_cookie_params in sessions file
3. Import the database file @ enine\install\inoerp.sql
4. Change the .htaccess
5. Login in to the application using user id /password - admin/admin