--------------------------------------------------------------------------- IPM (Incyte Project Manager) PHP based project tracking tool Copyright (c) 2002 by Trey Stout (phlux) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. --------------------------------------------------------------------------- Current Version: 0.9.1 (released: October 14, 2002) Welcome to IPM! The response to my little hack has been extremely encouraging, I want to thank all of you for your feedback, and for giving it a chance. IPM continues to grow into a slick, useful project manager. This code is rapidly becoming more stable, however documentation has not been completed. REQUIREMENTS ------------ The only requirements for IPM are: 1. Apache with PHP4. 2. MySQL. 3. Projects to track. INSTALL ------- 1. Just untar all the files in this distribution to any directory accesible by the web. 2. Edit the config.php file to suit your needs. (There are instructions in it.) 3. Create a database for your IPM projects. Call this IPM (or anything you wish to call it, please just reflect that in the config.php file) 4. Create the tables in the new database using the NEW-INSTALL.sql file provided with this distribution (in the sql/ directory). eg.: mysql -p IPM < NEW-INSTALL.sql 5. The default username/password is "project"/"tracker" (without the quotes). I suggest changing this when you can. 6. Point your browser to www.yourdomain.com/IPMdir and start tracking! UPGRADING from v0.8.x ------------------- 1. Just untar all the files in this distribution to any directory accesible by the web. **NOTE** Overwriting the files in your original directory is fine and will cause no damage to your database data. 2. Edit the new config.php to suit your needs. 3. Update your database with the file UPGRADE.sql (in the sql/ directory) eg.: mysql -p IPM < UPGRADE.sql 4. Access the site as you have before and have fun with the new functionality REPORTING BUGS -------------- If you have a bug, please report them either to the official website (www.udpviper.com) forums, OR contact me at phlux@udpviper.com. You can also submit a bug through the sourceforge bug tracking system at http://sourceforge.net/projects/ipm. KNOWN ISSUES ------------ IE5 for Mac, and Mozilla on all platforms don't do the javascript at all. If you have fixes for this or Mozilla please send them in. CONTACT ------- You can contact me at phlux@udpviper.com, or visit the IPM website at: www.udpviper.com/html/project.php?project=ipm Post any information pertaining to ipm in the forums. This will get you the fastest possible response. IPM has been tested on: -Windows 98SE,ME -MacOS 9.1, X -Mandrake Linux 7-8 -OpenBSD 2.9 While IPM should run in any javascript enabled browser, use on any other OS, web server or PHP version has not been tested, and cannot be confirmed as 100% operational.