Quick start:
In AspireCloud
make init
In AspireSync
meta/bin/bootstrap
make run
You'll now be in a shell in your AspireSync container, so it's time to fetch data.
aspiresync meta:download:themes --verbose
aspiresync meta:import:themes --verbose
aspiresync meta:download:plugins --verbose
aspiresync meta:import:plugins --verbose
Back in AspireCloud
After you've run the metadata downloads and imports in AspireSync, go back to your AspireCloud checkout and run:
make sh-webapp
This will put you in a shell in the webapp container, from which you can run artisan:
php artisan db:populate themes
php artisan db:populate plugins
Now you're ready to start sending queries to your local AspireCloud instance. Try the bruno tests for examples.