Download

download
The following versions are required for proper operation.
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

Installation and setup (Please note that current installer supports only English Language)

  1. Download the installation file
  2. Unzip the archive
  3. Upload/move all files to your server
  4. Change permission of config_inc.php (make it writable)
  5. Create blank database
  6. From your web server, access http://yoursite/ants/admin/install.php
  7. Follow installation steps
  8. On successful setup remove/rename admin folder
  9. Open and edit config_defaults_inc.php
  10. Please change following from line no 224
  11.     # --- 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;
  12. Login as administrator with password root
  13. Go to manage and create users
  14. Go to Manage Job orders and create Job posting , PLEASE KEEP View Status to OPEN (it would not list on public page otherwise)
  15. Go to Manage Job orders and click on required Job Post/order
  16. Provide all required, information like specialization, skills etc.
  17. Add all existing custom fields from dropdown
  18. Preview your public page (http://yoursite/ants/list_public_page.php)