| Package | Minimum Version | Tested with |
| MySQL | 3.23.2 | 4.0 and 4.1.11 |
| PostgreSQL (experimental) | 7.0 | 8.0 |
| PHP | 4.0.6 | 4.3.11 and 5.0.4 |
| Web Server | Apache 1.3, Apache 2.0.54, IIS 6.0 |
- Download the installation file
- Unzip the archive
- Upload/move all files to your server
- Change permission of config_inc.php (make it writable)
- Create blank database
- From your web server, access http://yoursite/ants/admin/install.php
- Follow installation steps
- On successful setup remove/rename admin folder
- Open and edit config_defaults_inc.php
- Please change following from line no 224
- # --- email variables -------------
$g_administrator_email = '';
$g_webmaster_email = '';
# the sender email, part of 'From: ' header in emails
$g_from_email = '';
# the sender name, part of 'From: ' header in emails
$g_from_name = 'Ants-Applicant tracking system';
# the return address for bounced mail
$g_return_path_email = '';
# allow email notification
# note that if this is disabled, sign-up and password reset messages will
# not be sent.
$g_enable_email_notification = ON;- Login as administrator with password root
- Go to manage and create users
- Go to Manage Job orders and create Job posting , PLEASE KEEP View Status to OPEN (it would not list on public page otherwise)
- Go to Manage Job orders and click on required Job Post/order
- Provide all required, information like specialization, skills etc.
- Add all existing custom fields from dropdown
- Preview your public page (http://yoursite/ants/list_public_page.php)