Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 257 Bytes

Readme.md

File metadata and controls

12 lines (9 loc) · 257 Bytes

Setting up wordpress on a LAMP stack

Ubuntu 18.04, mysql 5.7.

Getting started

  1. Create a VM and open ports 22, 80, and 443.
  2. Grab setup.sh from this repo.
  3. sudo chmod +x setup.sh
  4. sudo ./setup.sh
  5. Navigate to your VM ip address.
  6. Done!