Changes between Version 1 and Version 2 of WordPress/MultiSite
- Timestamp:
- 09/23/17 22:06:52 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WordPress/MultiSite
v1 v2 3 3 {{{ 4 4 yum install httpd wordpress mariadb-server 5 systemctl enable mariadb 6 systemctl enable httpd 7 }}} 8 9 Initiate mariadb 10 {{{ 11 mysql_secure_installation 5 12 }}} 6 13