BCS Install LAMP Stack on Mint Ubuntu


First install the Apache web server by issuing the following command.
[codesyntax lang=”bash”]

sudo apt-get install apache2

[/codesyntax]
Install the latest version of PhP  by issuing the following command.  The latest version of PhP will be installed.
[codesyntax lang=”bash”]

sudo apt-get install php

[/codesyntax]
Install mod for PhP by issuing the following command.
[codesyntax lang=”bash”]

sudo apt-get install libapache2-mod-php

[/codesyntax]
Now install the MySQL server by issuing the following command.
[codesyntax lang=”bash”]

sudo apt-get install mysql-server

[/codesyntax]
Next install the PhpMyAdmin application by issuing the following command.
[codesyntax lang=”bash”]

sudo apt-get install phpmyadmin

[/codesyntax]
You now have LAMP installed.
Mr. Arch Brooks, Software Engineer, Brooks Computing Systems, LLC authored this article.

1 comment
  1. BCS New Mint Version
    April 15, 2018 at 3:34 pm

    […] install Linux, Apache, MySQL and PhP (LAMP). Follow this link for details on how to accomplish […]

    Reply
Leave a Reply

Your email address will not be published. Required fields are marked *