Hello I hope someone can help, I have two questions.
I have downloaded the base install but what does it mean when it tells you to 'extract it to a web accessible direectory'?
I want to run the web based installer with my web browser so when I browse to the folder and try to run it, the wizardinstaller.ini is read as a text file in the browser, the browser doesn't interpret it. What do I need to do to get the browser to interpret the file and start the installation of Matrix?
You need to unpack the Installer into a directory that is readable by your webserver. Then you use your browser to connect to that directory on your webserver to start the installation process.
For example, if your web root is /var/www/html and your webserver is www.mydomain.com, if extracted the files to the /var/www/html/installer directory, you’d point your browser to http://www.mydomain.com/installer
Does that make more sense? The installer only works via a PHP-enabled webserver.