Maintenance Software (CMMS)
Maintenance Software (CMMS)
readme.htm
license:
this software (maintenance-software.org) is 100% free and may be used free of charge. you may not redistribute or sell this software for commercial profit.
installation:
-copy all files to your web host
-use phpmyadmin or your mysql interface to run "db.sql" against your database.
-open site.xml and edit the database section with your database details.
-login with username of admin with a password of test.
-be sure to change the passwords for the admin and regular user.
Setup the site.xml file with your database settings as follows.
<database type="mysql">
<server>database server address</server>
<login>database login</login>
<password>database password</password>
<default>mysql database name</default>
</database>
check www.maintenance-software.org for updates.
|