Xampp Installtion Procedure by ELA: Step 1: Download
Xampp Installtion Procedure by ELA: Step 1: Download
Xampp Installtion Procedure by ELA: Step 1: Download
ELA
Step 1: Download
Simply click on one of the links below. It's a good idea to get the latest version. :)
Attention: If you download these files on a Windows system and you're running
McAfee virus scanner you may get a false positive virus warning. This is a problem
with McAfee and gzip-compressed files, it should be ignored.
Step 2: Installation
After downloading simply type in the following commands:
su
Warning: Please use only this command to install XAMPP. DON'T use any
Microsoft Windows tools to extract the archive, it won't work.
Step 3: Start
To start XAMPP simply call this command:
/opt/lampp/lampp start
You should now see something like this on your screen:
If you get any error messages please take a look at the Linux FAQ.
Step 4: Test
OK, that was easy but how can you check that everything really works? Just type in the
following URL at your favourite web browser:
http://localhost
Now you should see the start page of XAMPP containing some links to check the
status of the installed software and some small programming examples.
The Instant Art example: A small PHP/GD program (since 0.9.6pre1 also a flashy
PHP/Ming example, see screenshot). Thanks to Anke Arnold for her font
»AnkeCalligraph«.
To fix most of the security weaknesses simply call the following command:
/opt/lampp/lampp security
It starts a small security check and makes your XAMPP installation quite secure. For
example this protects the XAMPP demo pages by a username ('lampp') and password
combination.
For example: To start Apache with SSL support simply type in the following command
(as root):
/opt/lampp/lampp startssl
You can also access your Apache server via SSL under https://localhost.
What is where?
What is where? A big question of our existens, here are some answers! ;)
Stopping XAMPP
To stop XAMPP simply call this command:
/opt/lampp/lampp stop
Uninstall
To uninstall XAMPP just type in this command:
rm -rf /opt/lampp
The end.