Lamp Apache Mysql Php Quick Install on Linux 1172 m0w770

3
LAMP (Apache + MySQL + PHP) - quick install on Linux June 2014 LAMP is the combination of Linux, the Operating System, Apache, and the most robust Web Server, MySQL, the tiny but powerful database and a scripting Language in the form of PHP, Python or Perl. Installing LAMP is easily done by using the install command in the Linux console after providing the admin password for MySQL. After installation, the local host has to be opened in the browser and it will show accordingly. The association between Apache & PHP is essential. The next step is testing PHP in the same browser and it should pass the test. This is applicable for all variants of Linux like Redhat, Mandrake, Ubuntu, etc. LAMP (Apache + MySQL + PHP) - quick install on Linux Intro Quick Installation PHP test Links Intro LAMP is the acronym for a free and open source software suite, usually used to define and run a dynamic web server infrastructure, software development and establish a software distribution package. Linux: the OS Apache: the Web server MySQL: the database management system And finally one of these scripting languages: Perl, PHP or Python Quick Installation sudo aptitude install apache2 php5 mysql-server php5-mysql libapache2-mod-php5

description

lamp apache mysql php quick install on linux 1173 diagnostic pack add a additional information to improve discoverability lamp apache mysql php quick install on linux 1173 diagnostic pack add a additional information to improve discoverability lamp apache mysql php quick install on linux 1173 diagnostic pack add a additional information to improve discoverability lamp apache mysql php quick install on linux 1173 diagnostic pack add a additional information to improve discoverability

Transcript of Lamp Apache Mysql Php Quick Install on Linux 1172 m0w770

  • LAMP (Apache + MySQL + PHP) - quickinstall on LinuxJune 2014

    LAMP is the combination of Linux, the Operating System, Apache, and the most robust WebServer, MySQL, the tiny but powerful database and a scripting Language in the form of PHP,Python or Perl. Installing LAMP is easily done by using the install command in the Linux consoleafter providing the admin password for MySQL. After installation, the local host has to be openedin the browser and it will show accordingly. The association between Apache & PHP isessential. The next step is testing PHP in the same browser and it should pass the test. This isapplicable for all variants of Linux like Redhat, Mandrake, Ubuntu, etc.

    LAMP (Apache + MySQL + PHP) - quickinstall on Linux

    IntroQuick InstallationPHP testLinks

    IntroLAMP is the acronym for a free and open source software suite, usually used to define and run adynamic web server infrastructure, software development and establish a software distributionpackage.

    Linux: the OSApache: the Web serverMySQL: the database management systemAnd finally one of these scripting languages: Perl, PHP or Python

    Quick Installationsudo aptitude install apache2 php5 mysql-server php5-mysql libapache2-mod-php5

  • Enter admin password required by mySQL.sudo /etc/init.d/apache2 restartOnce the installation is complete, open http://localhost in your browser:

    The root of your website is located in/var/www.

    PHP testCreate the file /var/www/test.php containing:

    Open http://localhost/test.php in your browser.

    Linkshttps://help.ubuntu.com/community/ApacheMySQLPHPhttp://www.howtoforge.com/ubuntu_lamp_for_newbieshttp://services.tucows.com/...

    This document entitled LAMP (Apache + MySQL + PHP) - quick install on Linux from Kioskea (en.kioskea.net) ismade available under the Creative Commons license. You can copy, modify copies of this page, under the conditionsstipulated by the license, as this note appears clearly.