Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • PHP 5.3 (minimum)
  • PHP5-curl
  • PHP-soap 
    PHP5-xsl  
  • Apache web server.
  • relational database management system (MySQL recommended)  
  • Java SE Development Kit (JDK) 6/7 
  • A storage application server. Fedora includes the Tomcat Application Server.   

    Info
    title"LAMP" stack

    As a point of reference, having the combined installation of Apache, MySQL, and PHP under  Linux, is called a "LAMP" stack. You should consider this one-step-install-all procedure on Ubuntu 12.04LTS:

    sudo tasksel install lamp-server

    This will prompt you for a MySQL password for root. Enter it twice.

    For ubuntu Ubuntu 14.04 04LTS follow this these instructions:

    "How To Install Linux, Apache, MySQL, PHP (LAMP) stack on Ubuntu 14.04"

...