echo "Installing WordPress using WP CLI" cd /vagrant wp core download wp core config --dbname="wordpress" --dbuser=root --dbpass=root --dbhost="localhost"