Changes between Version 1 and Version 2 of WordPress/MultiSite


Ignore:
Timestamp:
2017-09-23T22:06:52+02:00 (8 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