Browse Source

docs(cloudpress) improve audit

pull/2332/head
miguel 6 months ago committed by Christopher Fremond
parent
commit
c7ed9db3cd
  1. 10
      subjects/devops/cloudPress/audit/README.md

10
subjects/devops/cloudPress/audit/README.md

@ -18,12 +18,16 @@
###### Was Nginx configured to serve web content appropriately?
###### Is Nginx service running? Use `systemctl status nginx`.
###### Were firewall settings adjusted to allow HTTP/HTTPS traffic?
#### MariaDB Installation and Configuration using Ansible
###### Was MariaDB installed on the EC2 Instance using Ansible?
###### Is MariaDB service active? Use `systemctl status mariadb`.
###### Was a MariaDB database created specifically for WordPress?
###### Were the user rights and privileges for the WordPress user correctly configured?
@ -32,6 +36,8 @@
###### Was PHP installed on the EC2 Instance using Ansible?
###### Is PHP-FPM running? Use `systemctl status php-fpm`.
###### Were PHP settings appropriately configured for the WordPress site?
###### Was the PHP service successfully started?
@ -42,8 +48,12 @@
###### Was WordPress configured to use the MariaDB database?
###### Is the database connectivity confirmed?
###### Was the WordPress service successfully started?
###### Using curl or browser: Is WordPress accessible?
#### Documentation
###### Does the README.md file contain an architecture overview?

Loading…
Cancel
Save