Skip to main content Jump to list of all articles

Install Lampp in Linux Mint

This is an in-depth guide to installing LAMPP on Linux Mint. LAMPP, the linux version of XAMPP, is a popular open source, cross platform web server software that includes Apache, MYSQL, PHP and Perl. This software can be installed locally on your PC to aid with the development of websites that use the server side scripting language PHP, like WordPress themes for example. This tutorial will help install the software, create and setup shortcut within the menu editor and transferring files with proFTP. This tutorial should also work in Ubuntu too, so lets get started.

Download Lampp

Firstly download LAMPP from it’s respective website and place it in your home folder e.g. where documents and downloads are.

Open a terminal and type:

ls

Hit enter to display a list of files and folders. Your file should be in there.

Then type the following ensuring that it matches your downloaded file.

sudo tar xvf xampp-linux-1.7.2.tar.gz -C/opt

Enter your password. The software is being extracted into the opt directory within your root folder.

To start the server type

sudo /opt/lampp/lampp start

Now open a browser and type https://localhost/

You should now see that the server is working. If you click on security on the left hand side you see that there are warnings. Everything is at its default values and therefore you need execute a little program in your terminal.

Web server not secure.

So head back to the terminal and type the following.

sudo /opt/lampp/lampp security

Read on the on-screen guide and change your passwords to secure your data. Please write them down!
If you hover back over to the security section once finished you will see that everything is green and your web server is secure.

Web Server Now Secure

Now if you are anything like me and you want a shortcut in your menu then right click on your menu icon, usually at the bottom left of your screen, select edit menus.
Update for Ubuntu 11.10 users There is no edit menu shortcut so instead you can create a desktop icon by opening the menu editor using the terminal (Ctrl+Alt+T) and enter the following.

gnome-desktop-item-edit ~/Desktop/ --create-new

This will open the launcher properties as indicated below.

*Please note that at the time of writing this article the default mint menu doesn’t work so please default to the gnome menu. Right click on the taskbar and click add to panel, click on Main Menu.

Click on programming and click on new item enter the following

  • Type: Application
  • Name: Xampp
  • Command: gksu /opt/lampp/share/xampp-control-panel/xampp-control-panel
  • Comment: Web Server

Gnome Menu Editor

If you want a lovely icon then click on the picture and navigate to
/opt/lampp/htdocs/xampp/img/logo-big.gif

You can now see it in your menu, execute it and enter your password, the LAMPP control panel should be displayed. You can start all of your services or selected services from here.

Xampp Control Panel

Now all that is done we will setup FTP so that we can tranfer the files over to our root folder. Make sure that your proFTP is running. I use filezilla as my choice of FTP programs, so install Filezilla from your mintInstall or synaptic. Start filezilla and click on new site manager.
enter the following details, remembering your password which you created earlier!

Create Connection to Server

Then as in the screenshot I uploaded my tester.htm into the tester folder which I created in filezilla.

Filezilla

As you can see in this final screenshot the tester file is now on screen and is working.

Web Server Test Page

14 replies on “Install Lampp in Linux Mint”

I installed Lampp on my new linux mint 14. Almost everything works great only I cannot place new files in de htdoc folder. It is write protected.
I made myself a administrator ( root ) in the hope I can paste some of my own html files but stil I cannot. Is there a other way to acces the folder so I can put my own files in to the folder?

Greets Rob

Even when I successfully log in thou filezilla I cannot place files or folders in de Lampp ( xampp ) directory. permission denied. 🙁

I can place files in the root folder of Lampp. de Xampp folder is inecessible. So now it works i think!

I have trie dthe full version of linux mint, php, mysql, apachie etc. Now I want to try a basic linux install with WAMPP. Can Wamp be started from boot-up.
I want to be able to backup and restore data bases as there seems to be trouble with large (not large to me) database files. Anything over 3 meg seems to lock up without special RESTORE software.
I am making a marine environment data logger using a basic PC, linux mint (because it seems to be the fastest and leanest) PHP5, Apachie, mysql, gambas(as main program)
I am thinking i can just do a file backup rather than having users learn phpmyadmin. Plus there is the data base bigger than 3 meg.

I am new to linux. I am using the above so i can give the software away rather than have to charge for it like i would using windows etc
Thanks

chamberlain 7th
chamberlain 7th On

it doesn’t solve my problem. it just say something about lampp, apache, mysql, php. I already have it. i want to know what to do after i have have installed it. thanks for helping me. i already given up Microsoft. i personally think its a junk. doesn’t give me the right thing. Expensive and doesn’t suit my needs.

Chamberlain 7th
Chamberlain 7th On

thanks for the reply at my email.

by the way do you have any idea in creating a personal web server in linux mint? im having problem right now.

chamberlain 7th
chamberlain 7th On

What version of LINUX MINT can i use? Does LINUX MINT have server edition and if it does is that what i need? please help me.

thanks.

Comments are closed.

Discover more from WorldOWeb

Subscribe now to keep reading and get access to the full archive.

Continue reading