ryfalo.blogg.se

Debian install mariadb
Debian install mariadb




debian install mariadb

To check whether nginx service is started, run: systemctl status nginx On Debian 7 and previous versions: service nginx start Start Nginx service using the following command. Now, install nginx using command: apt-get install nginx Then, permanently delete them with command: rm -Rf /etc/apache2 /usr/lib/apache2 /usr/include/apache2

debian install mariadb

To uninstall apache, run the following commands:įind the apache2 configuration directories and files using command: whereis apache2 Note: If another web server like apache2 was installed in your system, remove it first to avoid conflicts. service apache2 stopĪpt-get remove -purge apache2 apache2-utils apache2.2-bin apache2-commonįirst, switch to root user using command: su The report shows a green status message that says active (running).Nginx (pronounced as engine-x) is a free, open-source, high-performance HTTP server and reverse proxy, as well as an IMAP/POP3 proxy server written by Igor Sysoev. Enter the following command to confirm the Apache service is running: systemctl status apache2 The process takes a few moments to complete. Install Apache by entering the following command in the terminal: sudo apt install apache2 -y Step 1.2: Install ApacheĪpache is a web server software that processes requests and transmits data over an HTTP network. You now have the tools to install a LAMP stack and phpMyAdmin.

debian install mariadb

The wget utility allows you to download files directly from the terminal window. Open a terminal window and update your software package lists with the following command: sudo apt updateĮnter the following command to install the wget tool: sudo apt install wget -y Step 1.1: Update Software Packages and Install wget If you already have a LAMP stack installed, you can skip directly to the Download phpMyAdmin section. This section shows you how to install the supporting software to turn your Debian 11 system into a web server. PhpMyAdmin requires the LAMP stack to work correctly. Access to a terminal window/command line.A user account with sudo or root privileges.






Debian install mariadb