Changes between Version 1 and Version 2 of WordPress/MultiSite


Ignore:
Timestamp:
09/23/17 22:06:52 (7 years ago)
Author:
jorrit
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WordPress/MultiSite

    v1 v2  
    33{{{
    44yum install httpd wordpress mariadb-server
     5systemctl enable mariadb
     6systemctl enable httpd
     7}}}
     8
     9Initiate mariadb
     10{{{
     11mysql_secure_installation
    512}}}
    613