Menu

Tree [r11] /
 History

HTTPS access


File Date Author Commit
 Includes 2010-11-01 stoppay [r11]
 admin_hardware.php 2010-11-01 stoppay [r4]
 admin_hw_types.php 2010-11-01 stoppay [r7]
 admin_peripheral_types.php 2010-11-01 stoppay [r8]
 admin_peripherals.php 2010-11-01 stoppay [r9]
 admin_software.php 2010-11-01 stoppay [r9]
 admin_software_types.php 2010-11-01 stoppay [r9]
 changePW.php 2010-11-01 stoppay [r5]
 changelog.txt 2010-10-31 stoppay [r1]
 createUser.php 2010-11-01 stoppay [r10]
 delete.php 2010-11-01 stoppay [r10]
 deleteUser.php 2010-11-01 stoppay [r6]
 detailed_hw.php 2010-10-31 stoppay [r1]
 detailed_p.php 2010-11-01 stoppay [r10]
 detailed_sw.php 2010-11-01 stoppay [r10]
 dump.sql 2010-10-31 stoppay [r1]
 editUser.php 2010-11-01 stoppay [r10]
 forgotPW.php 2010-10-31 stoppay [r1]
 help.php 2010-10-31 stoppay [r1]
 index.php 2010-11-01 stoppay [r10]
 login.php 2010-11-01 stoppay [r10]
 logout.php 2010-10-31 stoppay [r1]
 move_hardware.php 2010-11-01 stoppay [r10]
 move_peripheral.php 2010-11-01 stoppay [r10]
 move_software.php 2010-11-01 stoppay [r10]
 readme.txt 2010-11-01 stoppay [r10]
 showfull.php 2010-11-01 stoppay [r10]
 sparePeripherals.php 2010-11-01 stoppay [r10]
 spareSoftware.php 2010-11-01 stoppay [r10]
 spareSystems.php 2010-11-01 stoppay [r10]
 styles.css 2010-10-31 stoppay [r1]
 userAccount.php 2010-11-01 stoppay [r10]
 viewUsers.php 2010-11-01 stoppay [r10]

Read Me

Installation (for users of versions 2.4 and earlier):

The program database has changed from version 2.4 to version 2.8. Download the conversion utility provided in our project download page at Sourceforge.net and run it. Then copy over the code in your installation with this new code. Remember to edit db.inc.php and global.inc.php afterwards.


  
Installation (for new users):

1) Edit db.inc.php to utilize the correct hostname, database name, username, and password. Edit global.inc.php to alter program settings.

2) Use dump.sql to recreate the database structure for phpMyInventory (I 
recommend using phpMyAdmin for this and other tasks)

3) Edit header.inc.php if you want to alter the fundamental "look" of phpMyInventory.

4) There is a default "full-access" user (username is "admin", password is "password") that you can use to log in for the first time. I recommend changing the password immediately.  ;)

5) If the program doesn't seem to work, make sure you have register_globals enabled in PHP.



** WINDOWS WEB SERVER USERS, PLEASE NOTE **

phpMyInventory will not function correctly if you have not made all the changes listed below:

1) Rename the php.ini.dis to php.ini
2) Change register_globals to On
3) Change session.save_path to point to a temp directory. In Windows,
session_start() will not work unless you change this.

(Big thanks to Jeremy Duck for this information!)



Ok, that's it!

- David J Edery, dave@syslist.com

PS. Please check out Syslist (www.syslist.com), the commercial version of phpMyInventory. Syslist enables us to keep publishing phpMyInventory for free.