How to Install Nginx, PHP, MariaDB, and PhpMyAdmin (LEMP) on Arch Linux

Описание к видео How to Install Nginx, PHP, MariaDB, and PhpMyAdmin (LEMP) on Arch Linux

This video tutorial will guide you installing and configuring the LEMP stack (Nginx, PHP, MySQL with MariaDB engine and PhpMyAdmin), which can provide a strong foundation to build Web Server Applications.



Commands:
sudo pacman -Syu
sudo pacman -S nginx
systemctl start nginx
systemctl enable nginx
systemctl status nginx
sudo pacman -S mysql
sudo mysql_install_db --user=mysql --basedir=/usr --datadir=/var/lib/mysql
systemctl enable mysqld
systemctl start mysqld
systemctl status mysqld
sudo mysql_secure_installation
sudo pacman -S php-fpm
sudo nano /etc/nginx/nginx.conf
systemctl start php-fpm
systemctl enable php-fpm
sudo nano /usr/share/nginx/html/test.php
systemctl restart nginx
sudo pacman -S phpmyadmin
sudo nano /etc/php/php.ini
sudo nano /etc/nginx/nginx.conf
sudo ln -s /usr/share/webapps/phpMyAdmin/ /usr/share/nginx/html/
systemctl restart nginx
systemctl restart php-fpm



Chapters:
0:00 Intro
0:23 Step 1: Update your Arch system
0:42 Step 2: Install Nginx
1:51 Step 3: Install MariaDB
3:43 Step 4: Install PHP
6:11 Step 5: Install phpMyAdmin
9:00 End screen



What you will learn:
1. Update your Arch system
a. How to update your Arch Linux
2. Install Nginx
a. How to install Nginx web server
b. How to Start Nginx service and enable it to start at boot
c. How To verify whether Nginx has started or not
d. How to Test Nginx
3. Install MariaDB
a. How to install MariaDB
b. How to initialize the MariaDB data directory prior to starting the service
c. How to enable and start MariaDB service
d. How You can verify whether MariaDb is running or not
e. How to Set MySQL/MariaDb root user password
f. How to setup a password for database root user
g. How to setup MariaDB root user password
4. Install PHP
a. How To install PHP in Arch Linux
b. How to tell Nginx to run PHP using php-fpm
c. How to edit or modify /etc/nginx/nginx.conf file
d. How to start and enable nginx service
e. How to Test PHP
f. How to create a test.php file in the web root directory
g. How to restart nginx service
5. Install phpMyAdmin
a. How to create, edit and delete databases
b. How to edit php.ini file
c. How to edit nginx configuration file
d. How to create a symbolic link for PhpMyaAdmin system path to Nginx default root path
e. How to restart nginx and php-fpm services
f. How to Test phpMyAdmin
g. How to Enter the MySQL/MariaDB





















Song: Oshóva - Acoustic Waves (Vlog No Copyright Music)
Music promoted by Vlog No Copyright Music.
Video Link:    • Oshóva - Acoustic Waves (Vlog No Copy...  

Song: NOWË - Legendary (Vlog No Copyright Music)
Music provided by Vlog No Copyright Music.
Video Link:    • NOWË - Legendary (Vlog No Copyright M...  

Song: King McFunky - GET THAT FUNK GOIN (Vlog No Copyright Music)
Music provided by Vlog No Copyright Music.
Video Link:    • King McFunky - GET THAT FUNK GOIN (Vl...  

#computereverywhere #howtoinstall #nginx #php #mariadb #phpmyadmin #archlinux

Комментарии

Информация по комментариям в разработке