Skip to content

teejay4u/Darey.io-PBL_Project_2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Darey.io-PBL_Project_2

LEMP Stack Implementation

  1. Updating server by running (sudo apt update) updating server

  2. Installing Nginx (sudo apt install nginx) Installing Nginx

  3. Nginx running on virtual machine nginx default page

  4. Installing MysQl server on virtual machine (sudo apt install mysql-server) installing mysql server

  5. Setting password for root user in created database (ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'PassWord.1';) setting password for new user

  6. Logging into database
    logging into database with new user

  7. Installing php (sudo apt install php-fpm php-mysql) installin php

  8. Creating index.html file to test server block
    ![creating index html file to test server block](https://user-images.githubusercontent.com/101065505/197036616-8023b728-903a-4d7d-8e4a- 92cd6f0365aa.png)

  9. Logging into database logging into database with new user

  10. creating a new database creating new database

  11. Adding tables in database creating tables in database

  12. Output of database output of database querry

  13. PHP site talking to database php talking with database

About

LEMP Stack Implementation on AWS Linux Virtual Machine

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors