https://codex.wordpress.org/Installing_WordPress
wget https://wordpress.org/latest.tar.gz tar -xzvf latest.tar.gz mv wordpress/* ./ rmdir wordpress/
Aqualab: Setup DB
http://dbadmin.aqualab.ch/
http://dbadmin.aqualab.ch/?username=root&database=
Clone Project
git clone https://myrepo.com/git.git temp mv temp/.git code/.git rm -rf temp