Create your own Windows Joomla! Demo CD

Windows Version HOWTO

  • Download the windows demo cd.
  • Copy the CD to your hard drive in a directory called master
  • Create the Joomla site you wish to include on the CD using, PHP 5.1.1 and MySQL 4.1.
  • Delete the contents of the master/www directory and copy your website here.
  • Delete the master/dbdir/joomla directory
  • Copy the mysql directory and its contents for your site database to master/dbdir
  • Edit the contents of master/www/configuration.php
  • Edit the following lines so that they read
    		$mosConfig_absolute_path ='/www'

    $mosConfig_cachepath = '/www/cache'

    $mosConfig_live_site ='http://localhost:4001'

    $mosConfig_user = 'root'

    $mosConfig_password =''

  • Now all you have to do is to copy the contents of the master/directory to a CD.