1 / 10

LAMP

LAMP. What is a LAMP? It is a package of Open Source Software. It is the acronym for Linux Apache http server Mysql Php. How to install XAMPP.

dexter
Télécharger la présentation

LAMP

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. LAMP What is a LAMP? It is a package of Open Source Software. It is the acronym for Linux Apache http server Mysql Php.

  2. How to install XAMPP • First check whether software is in your system or not • If not download from the following link http://sourceforge.net/projects/xampp/files/xampp%20linux/1.7.2/xamp-linux-1.7.2.tar.gz/download

  3. How to install XAMPP • Goto Application->Accessories->Terminal. • Type cd Downloads • To know the list type dir • For copying the file type sudo cp filename /opt • To check the xampp file cd /opt

  4. How to install XAMPP • To view content type dir • To extract sudo tar -xvzf or xfz filename. • To come out type cd ..

  5. How to configure LAMP To start the server sudo /opt/lampp/lampp start To test the LAMP type localhost in your web browser For auto start LAMP type the code in ur terminal sudo gedit/etc/rc.local Now new window is open in tat u type /opt/lampp/lampp start above the code exit (0)

  6. How to Resetting LAMP In Terminal type sudo /opt/lampp/lampp stop

  7. Start and Stop in LAMPP • start Start Xampp • stop Stop Xampp • restart Stop & star Xampp • startapache Start only apache • stopapache Stop only apache • startmysql Start only mysql • stopmysql Stop only mysql

  8. Importasnt files and dir. • Commands home /opt/lampp/bin/ • Calls for mysql monitor /opt/lampp/bin/mysql • Apache root directory /opt/lampp/htdocs/ • Apache configuration file /opt/lampp/etc/httd.conf

  9. Importasnt files and dir. • Mysql configuration file /opt/lampp/etc/my.cnf • PHP configuration file /opt/lampp/etc/php.ini • ProFTPD conifiguration file /opt/lampp/etc/proftpd.conf • PHPMyadmin configuration file /opt/lampp/phpmyadmin/config.inc.php

  10. How to Uninstall LAMP In Terminal type sudo rm -rf /opt/lampp

More Related