Is it possible to disable the setup wizard when a new site is created and set default settings programmatically? I don’t what to create a new user either, administrator is enough
I have never tested it. But I “think” if you add
skip_setup_wizard = 0
To 'site_config.json'
, that it will skip the Setup Wizard on startup.