Since pointing out that WIKINDX can be run on a Windows desktop using WAMP, I've been asked many times for instructions on how to set up WAMP to use WIKINDX. So, here they are (the details may be slightly different depending on the version of phpMyAdmin that comes with the WAMP version you have but the principles are the same):


1/ If you haven't already, unzip wikindx into the wamp/www/ folder where it will create the folder 'wikindx4/' and copy config.php.dist to config.php.

2/ By default, wikindx4/config.php has the following:

// name of the database which these scripts interface with:
$WIKINDX_DB = "wikindx4";
// username and password required to connect to and open the database:
$WIKINDX_DB_USER = "wikindx";
$WIKINDX_DB_PASSWORD = "wikindx";

I'm assuming you won't change these so we'll use these values in phpMyAdmin. NB, the password and username are for accessing the database and not for using WIKINDX. When you first launch WIKINDX (see below), you will be asked to enter a username/password which may or may not be the same as the set above.

3/ Start WAMP from the start menu and launch PhpMyAdmin from the WAMP services icon.

4/ On the front page, type in 'wikindx4' as the name of a new database and hit create.

5/ Don't do anything on the next page except click on the link at the top called 'localhost' then click on the privileges link and select 'add a new user'. 'localhost' is the name of the local (i.e. not remote) host that WAMP runs with the Apache web server.

6/ In the field 'User Name', type in 'wikindx' and type 'wikindx' into the two password fields and select 'local' for host. Don't change anything else then click on the 'Go' button.

7/ On the next page, find the section named database-specific privileges and select the database 'wikindx4'.

8/ On the next page, click on the 'Check All' link to select all the boxes then click on the 'Go' button.

9/ Start a web browser and go to:
http://localhost/wikindx4/
to complete your WIKINDX configuration.

Bon voyage!

 

Mark Grimshaw (updated January 2013)