REQUIREMENTS
- MySQL
- PHP
- Apache
INSTALLATION
- Extract the itax.xxxx.xx.xx.tar.gz file to your webserver document root ie. /var/www
- Create the database
using phpMyAdmin
- open phpMyAdmin in your web browser
- create a database called itax
- open the file itax_DB__.sql thats in the sql folder and copy all of the text
- in the itax database in phpMyAdmin go to the SQL tab and paste the text into the Run SQL query/queries on database window and press go
- for those not using phpMyAdmin please follow your normal procedures to create the database and tables from the itax__DB__.sql file
- Open the file itax.php and edit the database setting on lines 50 - 55
- the default setting are:
// MySQL host name, user name, password, database, and table $opts['hn'] = 'localhost'; $opts['un'] = 'itax'; $opts['pw'] = 'itax'; $opts['db'] = 'itax'; $opts['tb'] = 'itax';
- change the variabgles to suit your environment
- the default setting are:
- open your web browser of choice and go to http://localhost/itax/itax.php
and have fun
Cheers
Justin Kelly
justin@kelly.org.au
06/11/2004
