PMSL - Project Management Super Light 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. INSTALL: ======== Prerequisites: -------------- You will need the following to install PMSL: - Apache Webserver - Perl - Perl Modules - CGI - DBI - DBD:mysql (Debian Pakage: libdbd-mysql-perl) - Crypt::CBC (Debian Pakage: libcrypt-cbc-perl) - Crypt::Blowfish (Debian Pakage: libcrypt-blowfish-perl) - MySQL Server - Luck Install Instrucions: -------------------- Get a copy of the tarball and put somewhere your webserver can reach it. Open it: $ tar zxvf pmsl-.tgz Move the directory 'pmsl_data' to somewhere your webserver CAN'T reach it: $ mv pmsl_data /data/configs/ Install the DB Tables (as your mysql admin): $ su - $ mysql < pmsl_data/sql/Create_PMSL_Tables.sql Connect to your mysql database: $ mysql --user=root mysql Allow the mysql user 'pmlight' with password 'yoyo123' to access the database 'pmlight': mysql> GRANT SELECT,INSERT,UPDATE,DELETE,CREATE,DROP -> ON pmlight.* -> TO 'pmlight'@'localhost' -> IDENTIFIED BY 'yoyo123'; Depending on your wishes, configure your apache webserver. At least the directory with the 'index.cgi' (pmsl/) should have the 'ExecCGI' option set. Point your browser to your location: http://your-server.com/pmsl