You are on page 1of 1

Requirements: Web server Apache or IIS with SSL www.apache.org www.microsoft.

com PHP 4 or higher with MySQL libraries enabled www.php.net MySQL 4 or higher www.mysql.com Install: 1. Create Database cd to the unzipped directory from the command prompt run mysql u root p < cr_tables.sql (-p option is used if there is a password for roo t) 2. Create a user and grant access to inventory database Example Run mysql u root p from the command line. grant usage on * . * to 'YourUser'@'localhost' identified by 'password'; grant select, insert, update, delete on inventory . * to 'YourUser'@'localhost'; 3. Edit sql.php Go into the www ? includes from the unzipped directory Open the sql.php in a text editor. Edit the line $cn=mysql_connect("localhost","YourUser","password"); If your MySQL database is on different server from your web server change the lo calhost to the MySQL s name or ip address. Replace YourUser and password with the user name and password you added in step 2. 4. Copy Copy the contents of the www directory of the unzipped file to your web server s d ocument root or subfolder under the document root. 5. Open a web browser and browse your to your web server. The default username is root and the default password is password . After log in click on the Click Here to proceed . 6. Click on administration from the menu. Here you can add/edit user logins and inventory types. Login Roles: Read Can view what is in inventory and who it is assigned to Operator All above plus Add/Edit assets, Add Employee s, Add/Edit software , Assign Software, and Add/View support incidents. Administrator All above plus Add/Edit/Disable login information, Add/Edi t inventory types, Edit inventory asset tags, and Delete assets.

You might also like