how to install xampp 1.8

Upload: huy-quan-vu

Post on 11-Oct-2015

77 views

Category:

Documents


0 download

TRANSCRIPT

  • 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 0

    How to InstallXAMPP 1.8.3for Linux inUbuntuDesktopBY NCODE DECEMBER 17, 2013

    SHARE : 133

    48 5 1

    1 1

    FOLLOW:

    How to Install Enlightenment 19Desktop Environment in Ubuntu14.04 LTS

    Linux Mint 17 Qiana MATE :Video Review and ScreenshotTour

    HomeApplicationNewsHow toReviewDevelopmentStuffGamesVideos

  • 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 independentserver platform, whichconsists mainly of the MySQLdatabase, the Apache webserver and interpreters forscripting languages: PHP andPerl. The name comes fromthe abbreviation of X (for anyof the different operatingsystems), Apache, MySQL,PHP, Perl. The program isreleased under the GNUlicense and acts as a free webserver, it easy to use and ableto interpret dynamic pages.Currently XAMPP is availablefor major operating system(GNU/LinuxDistributions, MicrosoftWindows, Solaris, and MacOSX).

    The latest XAMPP nowavailable in version 1.8.3 hasthe following features:

    2

    How to Add Mate DesktopEnvironment 1.8 to Ubuntu14.04 LTS

    Linux Mint 17 Qiana Cinnamon :Video Review and ScreenshotTour

    How to Install Cinnamon 2.2 inUbuntu 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.04LTS

    How to Upgrade Ubuntu Server 12.04 to UbuntuServer 14.04 LTS

    How to Install LAMP in Ubuntu Server 14.04 LTS

    How To Install Ubuntu Server 14.04 LTS TrustyTahr

  • 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 + SQLite2.8.17/3.7.17 + multibytesupport (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 youcan see at XAMPP OfficialWebsite .

    Installing XAMPPon Ubuntu13.10, 13.04,12.10, 12.04 andLinux Mint

    How to Test Internet Connection Speed usingSpeedtest-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/16Now lets see how to installingXAMPP 1.8.3 with PHP 5.5 inUbuntu and derivatives, but noother previous Xampp 1.8.2with PHP 5.4 can also beinstalled by following the sameinstructions. XAMPP 1.8.3,Tested on Ubuntu 13.10 (64bit) without problems.

    Step 1. Open terminal anddownload XAMPP 1.8.3package.

    for 32-bit:

    wgethttp://sourceforge.net/projects/xampp/files/XAMPP%20Linux/1.8.3/xampplinux1.8.32installer.run/download

    for 64-bit:

    wgethttp://sourceforge.net/projects/xampp/files/XAMPP%20Linux/1.8.3/xampplinuxx641.8.32installer.run/download

    Step 2. After that, Changexampp package installer toexecutable 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 followingcommand:

    sudochmod+xxampplinuxx641.8.32installer.runsudo./xampplinuxx641.8.32installer.run

    The window installation wizardwill appear:

    Click Next. Another appears:

    Click Next again. And you willgo 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 tothe following:

    Uncheck: Learn more aboutBitNami for XAMPPAnd click Next

    Click Next again. Wait for theinstallation:

  • 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 thelast window:

    When you checked launchXAMPP before clickingfinish A page will open in yourbrowser, If the page does notopen automatically, go intoyour browsers address andtype 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 inthe address bar of yourbrowser: http://localhost/xampp/

    Basic ConfigurationIf you want XAMPP to startautomatically when you restartyour system, add a commandline in rc.local file. Run:

    sudonano/etc/rc.local

    The file is opened forediting. And where was this:

    #!/bin/bash##rc.local##Thisscriptisexecutedattheendofeachmultiuserrunlevel.#Makesurequethescriptwill"exit0"onsuccessoranyother#valueonerror.##Inordertoenableordisablethisscriptjustchangetheexecution#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

    #Bydefaultthisscriptdoesnothing./opt/lampp/lamppstartexit0

    I added a line just before theexit 0. Save and close the file.When you restart your system,the command that was addedruns and starts XAMPP. . Note:if anyone knows a morecorrect way to autostartXAMPP, please commentLastly.If you have to set passwordsXAMPP. To do this, run:

    sudo/opt/lampp/lamppsecurity

    Questions on variouspasswords will be made. Wouldbe appreciated define whatRestart XAMPP:

    sudo/opt/lampp/lampprestart

    Or simply use the graphicalinterface of the program tostart 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.10Web Server XAMPP

    YOU MAY ALSO LIKE...

    AROUNDTHEWEB WHAT'STHIS?

    Teachercaughtinhotel

    YJNews

    10ObviousSignsa

    Womanitely

    VIDEO:Michael

    Stack

    7 JAN,2014

    EasyWaystoInstallGNOME3.10 onUbuntu13.10SaucySalamander

    0

    18 MAY,2013

    How toInstallCinnamon 1.8onUbuntuDesktop(13.10/13.04/12.10/12.04)

    0

    14 JUN,2011

    eyeOS:OpenSourceOperatingSystemWebBasedWithTheConcept CloudComputing

    1

  • 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

    HowtoInstallCinnamon1.8onUbuntuDesktop(13.10/13.04/12.10/12.04)3comments

    Kubuntu14.04LTSTrustyTahr:VideoReviewandScreenshotTour4comments

    LinuxMint17,18,19and20WillBasedonUbuntu14.04LTSTrustyTahr1comment

    HowtoInstallGoogleChromeWebBrowserinUbuntu14.04LTSTrustyTahr4comments

    ALSOONUBUNTUPORTAL

    inhotelroomwithherstudent(video)

    SignsaGuyIsFlirtingwithYou

    MichaelJordan'sRareWorkoutFootage

    TheMostRidiculousFailsEverCapturedInGIFs

    PBHNetwork

    Comments Community

    Login

    SortbyBest Share

    Jointhediscussion

    Reply

    HimanshuPatel 7monthsagohowtostartthegraphicalinterfaceofxampp1.8.32fromUBUNTU13.10

    37

    Reply

    Kaito amonthagonicetut:)howtostarttheguiaftertheinstallation?

    1

    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 3monthsagoJustcompletedthetutorialonUbuntu14.04onlydifferencetobenotedisthatwhenyourunthewgetcommandthedownloadedfilesresidesinthehomedirectory~underthename'download'or'download.1'andsoon.thanks.

    Reply

    RajeshJai 3monthsagoIt'sreallyuseful.InSQLsever,usernametakingasrootandpasswordasempty.Sowhileinstallingsomepackageslikeprestashop(phpcmsframework)DBloginproblemraising.SoafterinstalledXAMPP,changephpmyadmin/config.inc.phpfilesettingsasfollowing.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']=''yourpassword"/*yourpassword*/$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 3monthsagoItsreallyveryuseful,howeverwhenwedownloaditwillcomeasdownload.runratherthanfilenamesodontpanic.Justrunthatfile.

    Share

    ABOUT UBUNTU PORTAL

    Ubuntu Portal is a blogcovering topics related toUbuntu and derivativesincluding Daily Update aboutUbuntu App review, news,howto and many more. Wetry our best to give verysimple news and articleswith clear English supportedwith screenshots so that alluser levels can easilyunderstand and benefit.

    INFORMATION

    About Us

    Contact Us

    Disclaimer

    Privacy Policy

    Sitemap

    Copyright 2014 Ubuntu Portal, All RightsReserve