Sunteți pe pagina 1din 13

7/26/2014 How to Install XAMPP 1.8.

3 for Linux in Ubuntu Desktop | Ubuntu Portal


http://ubuntuportal.com/2013/12/how-to-install-xampp-1-8-3-for-linux-in-ubuntu-desktop.html 1/13
Ubuntu Portal
APPLICATION Q 0
How to Install
XAMPP 1.8.3
for Linux in
Ubuntu
Desktop
BY NCODE DECEMBER 17, 2013
SHARE : 133
48 5 1
1 1
FOLLOW:
w $
How to Install Enlightenment 19
Desktop Environment in Ubuntu
14.04 LTS
Linux Mint 17 Qiana MATE :
Video Review and Screenshot
Tour

Q Q
Home
Application
News
How to
Review
Development
Stuff
Games
Videos

7/26/2014 How to Install XAMPP 1.8.3 for Linux in Ubuntu Desktop | Ubuntu Portal
http://ubuntuportal.com/2013/12/how-to-install-xampp-1-8-3-for-linux-in-ubuntu-desktop.html 2/13
XAMPP is an independent
server platform, which
consists mainly of the MySQL
database, the Apache web
server and interpreters for
scripting languages: PHP and
Perl. The name comes from
the abbreviation of X (for any
of the different operating
systems), Apache, MySQL,
PHP, Perl. The program is
released under the GNU
license and acts as a free web
server, it easy to use and able
to interpret dynamic pages.
Currently XAMPP is available
for major operating system
(GNU/Linux
Distributions, Microsoft
Windows, Solaris, and MacOS
X).
The latest XAMPP now
available in version 1.8.3 has
the following features:
2
How to Add Mate Desktop
Environment 1.8 to Ubuntu
14.04 LTS
Linux Mint 17 Qiana Cinnamon :
Video Review and Screenshot
Tour
How to Install Cinnamon 2.2 in
Ubuntu 14.04 LTS
Ubuntu Portal
+ 26.454
Theo di
UBUNTU SERVER GUIDE
How to Install WordPress 3.9 with Apache2 +
MySQL 5.5 + PHP 5.5 in Ubuntu Server 14.04
LTS

How to Upgrade Ubuntu Server 12.04 to Ubuntu
Server 14.04 LTS

How to Install LAMP in Ubuntu Server 14.04 LTS

How To Install Ubuntu Server 14.04 LTS Trusty
Tahr

7/26/2014 How to Install XAMPP 1.8.3 for Linux in Ubuntu Desktop | Ubuntu Portal
http://ubuntuportal.com/2013/12/how-to-install-xampp-1-8-3-for-linux-in-ubuntu-desktop.html 3/13
Apache 2.4.7;
MySQL 5.6.14;
PHP 5.5.6;
PEAR + SQLite
2.8.17/3.7.17 + multibyte
support (mbstring);
Perl 5.16.3;
phpMyAdmin 4.0.9;
OpenSSL 1.0.1e;
ProFTPD 1.3.4c;
GD 2.0.35;
Freetype2 2.4.8.
More info about XAMPP you
can see at XAMPP Official
Website .
Installing XAMPP
on Ubuntu
13.10, 13.04,
12.10, 12.04 and
Linux Mint
How to Test Internet Connection Speed using
Speedtest-Cli on Ubuntu Server

7/26/2014 How to Install XAMPP 1.8.3 for Linux in Ubuntu Desktop | Ubuntu Portal
http://ubuntuportal.com/2013/12/how-to-install-xampp-1-8-3-for-linux-in-ubuntu-desktop.html 4/13
13/14/15/16
Now lets see how to installing
XAMPP 1.8.3 with PHP 5.5 in
Ubuntu and derivatives, but no
other previous Xampp 1.8.2
with PHP 5.4 can also be
installed by following the same
instructions. XAMPP 1.8.3,
Tested on Ubuntu 13.10 (64
bit) without problems.
Step 1. Open terminal and
download XAMPP 1.8.3
package.
for 32-bit:
wgethttp://sourceforge.net
/projects/xampp/files/XAMPP
%20Linux/1.8.3/xampplinux
1.8.32
installer.run/download
for 64-bit:
wgethttp://sourceforge.net
/projects/xampp/files/XAMPP
%20Linux/1.8.3/xampplinux
x641.8.32
installer.run/download
Step 2. After that, Change
xampp package installer to
executable then run to
7/26/2014 How to Install XAMPP 1.8.3 for Linux in Ubuntu Desktop | Ubuntu Portal
http://ubuntuportal.com/2013/12/how-to-install-xampp-1-8-3-for-linux-in-ubuntu-desktop.html 5/13
installing with following
command:
sudochmod+xxampplinux
x641.8.32installer.run
sudo./xampplinuxx64
1.8.32installer.run
The window installation wizard
will appear:
Click Next. Another appears:
Click Next again. And you will
go to the next window:
7/26/2014 How to Install XAMPP 1.8.3 for Linux in Ubuntu Desktop | Ubuntu Portal
http://ubuntuportal.com/2013/12/how-to-install-xampp-1-8-3-for-linux-in-ubuntu-desktop.html 6/13
Click Next again. And will to
the following:
Uncheck: Learn more about
BitNami for XAMPP
And click Next
Click Next again. Wait for the
installation:
7/26/2014 How to Install XAMPP 1.8.3 for Linux in Ubuntu Desktop | Ubuntu Portal
http://ubuntuportal.com/2013/12/how-to-install-xampp-1-8-3-for-linux-in-ubuntu-desktop.html 7/13
When finished, this will be the
last window:
When you checked launch
XAMPP before clicking
finish A page will open in your
browser, If the page does not
open automatically, go into
your browsers address and
type http://localhost/xampp
To stop the XAMPP service:
sudo/opt/lampp/lamppstop
To start the XAMPP service:
sudo/opt/lampp/lamppstart
7/26/2014 How to Install XAMPP 1.8.3 for Linux in Ubuntu Desktop | Ubuntu Portal
http://ubuntuportal.com/2013/12/how-to-install-xampp-1-8-3-for-linux-in-ubuntu-desktop.html 8/13
To open the page of XAMPP,
whenever you want, type in
the address bar of your
browser: http://localhost/xampp/
Basic Configuration
If you want XAMPP to start
automatically when you restart
your system, add a command
line in rc.local file. Run:
sudonano/etc/rc.local
The file is opened for
editing. And where was this:
#!/bin/bash
#
#rc.local
#
#Thisscriptisexecuted
attheendofeach
multiuserrunlevel.
#Makesurequethescript
will"exit0"onsuccessor
anyother
#valueonerror.
#
#Inordertoenableor
disablethisscriptjust
changetheexecution
#bits.
#
7/26/2014 How to Install XAMPP 1.8.3 for Linux in Ubuntu Desktop | Ubuntu Portal
http://ubuntuportal.com/2013/12/how-to-install-xampp-1-8-3-for-linux-in-ubuntu-desktop.html 9/13
#Bydefaultthisscript
doesnothing.
/opt/lampp/lamppstart
exit0
I added a line just before the
exit 0. Save and close the file.
When you restart your system,
the command that was added
runs and starts XAMPP. . Note:
if anyone knows a more
correct way to autostart
XAMPP, please comment
Lastly.
If you have to set passwords
XAMPP. To do this, run:
sudo/opt/lampp/lampp
security
Questions on various
passwords will be made. Would
be appreciated define what
Restart XAMPP:
sudo/opt/lampp/lampp
restart
Or simply use the graphical
interface of the program to
start and stop the web server
7/26/2014 How to Install XAMPP 1.8.3 for Linux in Ubuntu Desktop | Ubuntu Portal
http://ubuntuportal.com/2013/12/how-to-install-xampp-1-8-3-for-linux-in-ubuntu-desktop.html 10/13
Tags: Ubuntu 13.04 Ubuntu 13.10
Web Server XAMPP
YOU MAY ALSO LIKE...
AROUNDTHEWEB WHAT'STHIS?
Teacher
caught
inhotel
YJNews
10
Obvious
Signsa
Womanitely
VIDEO:
Michael
Stack
7 JAN,
2014
Easy
Ways
to
Install
GNOME
3.10 on
Ubuntu
13.10
Saucy
Salama
nder
Q0
18 MAY,
2013
How to
Install
Cinnam
on 1.8
on
Ubuntu
Deskto
p
(13.10/
13.04/
12.10/
12.04)
Q0
14 JUN,
2011
eyeOS:
Open
Source
Operati
ng
System
Web
Based
With
The
Concep
t Cloud
Comput
ing
Q1
7/26/2014 How to Install XAMPP 1.8.3 for Linux in Ubuntu Desktop | Ubuntu Portal
http://ubuntuportal.com/2013/12/how-to-install-xampp-1-8-3-for-linux-in-ubuntu-desktop.html 11/13
HowtoInstall
Cinnamon1.8
onUbuntu
Desktop
(13.10/13.04/12.10/12.04)
3comments
Kubuntu14.04
LTSTrustyTahr
:VideoReview
andScreenshot
Tour4comments
LinuxMint17,
18,19and20
WillBasedon
Ubuntu14.04
LTSTrustyTahr
1comment
HowtoInstall
GoogleChrome
WebBrowserin
Ubuntu14.04
LTSTrustyTahr
4comments
ALSOONUBUNTUPORTAL
inhotel
room
withher
student
(video)
Signsa
GuyIs
Flirting
with
You
Michael
Jordan's
Rare
Workout
Footage
TheMost
Ridiculous
FailsEver
Captured
InGIFs
PBHNetwork
Comments Community
Login
SortbyBest Share
Jointhediscussion
Reply
HimanshuPatel
7monthsago
howtostartthegraphical
interfaceofxampp1.8.32
fromUBUNTU13.10

37

Reply
Kaito amonthago
nicetut:)
howtostarttheguiafter
theinstallation?

Favorite
Share
Share
7/26/2014 How to Install XAMPP 1.8.3 for Linux in Ubuntu Desktop | Ubuntu Portal
http://ubuntuportal.com/2013/12/how-to-install-xampp-1-8-3-for-linux-in-ubuntu-desktop.html 12/13
Reply
ItKnol
3monthsago
Justcompletedthetutorial
onUbuntu14.04only
differencetobenotedis
thatwhenyourunthe
wgetcommandthe
downloadedfilesresides
inthehomedirectory~
underthename
'download'or'download.1'
andsoon.thanks.

Reply
RajeshJai
3monthsago
It'sreallyuseful.InSQL
sever,usernametaking
asrootandpasswordas
empty.Sowhileinstalling
somepackageslike
prestashop(phpcms
framework)DBlogin
problemraising.Soafter
installedXAMPP,change
phpmyadmin/config.inc.php
filesettingsasfollowing.
Before
$cfg['Servers'][$i]['user']=
'root'
$cfg['Servers'][$i]
['password']=''"
$cfg['Servers'][$i]
['AllowNoPassword']=
true
Afterchanged:
$cfg['Servers'][$i]['user']=
'root'/*youusername*/
$cfg['Servers'][$i]
['password']=''your
password"/*your
password*/
$cfg['Servers'][$i]
['AllowNoPassword']=
false

Share
Share
7/26/2014 How to Install XAMPP 1.8.3 for Linux in Ubuntu Desktop | Ubuntu Portal
http://ubuntuportal.com/2013/12/how-to-install-xampp-1-8-3-for-linux-in-ubuntu-desktop.html 13/13
Reply
Shahid
3monthsago
Itsreallyveryuseful,
howeverwhenwe
downloaditwillcomeas
download.runratherthan
filenamesodontpanic.
Justrunthatfile.
Share
ABOUT UBUNTU PORTAL
Ubuntu Portal is a blog
covering topics related to
Ubuntu and derivatives
including Daily Update about
Ubuntu App review, news,
howto and many more. We
try our best to give very
simple news and articles
with clear English supported
with screenshots so that all
user levels can easily
understand and benefit.
INFORMATION
~ About Us
~ Contact Us
~ Disclaimer
~ Privacy Policy
~ Sitemap
~
Copyright 2014 Ubuntu Portal, All Rights
Reserve
Q Q

S-ar putea să vă placă și