-
Start the VM and boot to CD
-
Type install at the prompt.
-
Select option 2 to install DSL to the hard disk.
-
Type "HDA" at the prompt asking you which drive to install to.
-
Type yes to everything, and when choosing boot loader, select LILO.
-
Reboot the Virtual Machine
-
Type a root password at prompt.
-
Type a DSL password at prompt.
-
Login as the root user.
-
Select the first option (xVesa) for xserver.
-
type n to USB mouse.
-
Type y to PS/2 Mouse.
-
Pick your resolution and color depth.
-
Answer no to the prompt seeking dpi.
-
Check if the IP of your VM is listed on the right after logging in.
-
Open the browser and download Xampp from here
-
Find the package. By default xampp-linux-1.8.1.tar.gz will save to /root when downloading from a browser
-
Launch a ROOT terminal and type: tar xvfz /root/xampp-linux-1.8.1.tar.gz -C /opt
-
After install completes, make lampp start at bootup. To do this, type:echo /opt/lampp/lampp start>>/opt/bootlocal.sh
-
Edit the file http-xampp.conf by completely commenting out the last section "New XAMPP security concept" (Commenting out is done by adding a "#" at the beginning of the line).
-
Type nano /opt/lampp/etc/extra/http-xampp.conf - Once you're done commenting out each line of the "New XAMPP security concept" section, save it by pressing CTRL + X and respond with Y to the question.
- This will allow you access phpmyadmin without getting 'access forbidden' message
-
Reboot and you should see the LAMP services start up. - You can then log-in and open the browser to localhost to configure LAMP settings or open a browser on any computer within the network with the IP of the VM (As long as the network adapter is in bridge mode and your host firewall [Host = system VirtualBox is installed on] doesn't block it).