Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 847 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 847 Bytes

Bash-Script-CentOS-8

Install software (( PHP-FPM, PostgreSQL, Nginx)at the top of the script is the configuration of the web server settings (version PHP-fpm, PostgreSQL,) on Centos 8 for AWS https://aws.amazon.com with 1 CPU 1Gb RAM.

The bash script contains files for configuration settings. The script also contains all the files ( index.php and test config nginx file).

This bash script creates a PostgreSQL user with a randomly generated password (login and password are written in the /home/centos/account_data.csv file) after creating the database configuration, changes are made to the authentication from trust to md5. The user has granted superuser rights.

image

OR clean server using the "install.....sh" script