How to create a new website using them Starter Wp Theme (UnserStrap) - Ubuntu
#GITHUB STARTER
https://github.com/holger1411/understrap
https://github.com/holger1411/understrap-child
#1) Download the Wordpress using WP-CLI:
wp core download --locale=nl_NL
#2) Clone understrap into your WordPress installation subfolder here: /wp-content/themes/
git clone https://github.com/holger1411/understrap.git
#3) Create a database:
mysql -uroot -pnit1049
create database nomedobanco;
#4) Login to your WordPress backend
#5) Rename Folder Theme Child
mv understrap-child/ nomedotema/
#6)