Wednesday, April 26, 2006

Installation of MediaWiki and SugarCRM on windows XP

Introduction

    In this task, I have successfully installed MediaWiki and SugarCRM on
    Windows XP. I did some customization in each application.

    MediaWiki

After installation and changed the skin to “chick” by modifying
LocalSettings.php as follows.


a. Locate LocalSettings.php in Apache public_html / wiki directory. In
my case the file was located at C:\Program Files\Apache
Group\Apache2\htdocs\wiki.


b.Configure skin using parameter as follows

$wgDefaultSkin = 'chick';


The resultant main page is as follows:





SugarCRM

I performed following tasks after downloading sugarCRM.

1. Created a new account.


2. Created a new contact.




3. Modified “Account List” screen by swapping “user”
and “city” columns.