To run Apache server for my web development tools, i need to have XAMPP running on my computer. Here's the step for the installation:
- Download the XAMPP for Linux (LAMPP) installer.
- Once the download is complete, place the file (.tar.gz) in your home/yourAccountName folder. For the example, if my account name is steve, so i place the file in steve folder inside the home (home/steve).
- Run the terminal (Ctrl + Alt + T) and type sudo su and then insert your password.
- After that, type tar xvfz xampp-linux-1.7.7.tar.gz -C /opt.
- When finished, your XAMPP already installed in your Ubuntu.. Congratulations..!!!
You can find the XAMPP file in FileSystem/opt/lampp.
To start the XAMPP, write this command to your terminal and don't forget to do this as root.
/opt/lampp/lampp start ===> For starting the XAMPP
/opt/lampp/lampp stop ===> For stopping the XAMPP
