Dear all,
Kindly check this out:
The below worked for me on :
-WAMPSERVER 2.0, Windows XP SP2.
-My SIT folder was copied onto the www folder(of wampserver) as SIT-3.45 and
-I DID NOT move the inc folder to 'outside' of www as recommended by the install manual.
(At this point, I assume you have copied the SIT folder to the www root)
a) rename the config.inc-dist.php to config.inc.php
b) fill your information into config.inc.php
$CONFIG['db_hostname'] = 'localhost';
$CONFIG['db_username'] = 'root';
$CONFIG['db_password'] = 'XXXX';
$CONFIG['db_database'] = 'sit';
$CONFIG['application_webpath'] = '/sit-3.45/'; (- this is your SIT directory relative to the www folder)
c) Create the blank database SIT in MYSQL
d) Input http://localhost/SIT-3.45/setup.php to your browser
e) Complete the installation
f) Now make config.inc.php readonly and go to
http://localhost/SIT-3.45/index.php
g) It will now tell you that -
Installed OK
Your database schema is v3.45.. DO NOT CLICK NEXT
h) If you DO not see the fields to create username and password - Press F5 on your keyboard to refresh and below you will see the fields
to create username and password, Now click "Create Admin..."
g) You are ready to go... Click the "Run SIT" button
h) Finally, Go to the i18n folder and pick the language file you are using (I am
using en-GB.inc.php.) Create a copy of it and rename the copy to
defau.inc.php
i) Good Luck to all.
Rgds,
mkeiwua


