Please enable JavaScript.
Coggle requires JavaScript to display documents.
Wordpress & LEMP built with Ansible (Ubuntu 16 (MariaDB ((1)…
Wordpress & LEMP
built with Ansible
Ubuntu 16
PHP
(1) Adding Repo Package (2) Updating the Apt Cache (3) Installing PHP (4) Installing Extensions:
php-mysql
php-xml
php-fpm
php-curl
php-gd
php-mbstring
php-mcrypt
php-xml
php-xmlrpc
MariaDB
(1) Installing Keys (2) Configuring Repo (3) Install MariaDB.
MariaDB:
Creates User
Creates Database
Grants Privileges to User on Creates DB
apt install
software-properties-common
apt install
python-mysqldb
apt install
MyCLI tool : very useful
NGINX
(1) Updating System (2) Upgrading Existing Packages (3) Installing NGINX Web Server
Edits Configuration File for Nginx
Creates symlink from Default Nginx Site Block to Website
Required Tools with
apt
unzip
python-pip
MySQL-python
libmysqlclient-dev
User Configuration :silhouette:
Creates User for Website
Creates Directory
Downloads Wordpress from
https://wordpress.org/latest.zip
Unzips the latest.zip
Renames wp-config.php and Edits the Configs
Changes Permissions for Newly Created Directory
Removes Apache