9 - $HOME/.composer/cache
15 - mysql-client-core-5.6
19 - mysql -u root -e 'create database `bookstack-test`;'
20 - phpenv config-rm xdebug.ini
21 - composer dump-autoload --no-interaction
22 - composer install --prefer-dist --no-interaction
23 - php artisan clear-compiled -n
24 - php artisan optimize -n
25 - php artisan migrate --force -n --database=mysql_testing
26 - php artisan db:seed --force -n --class=DummyContentSeeder --database=mysql_testing