How and where are the provisioning script set up in Wordpress?
How and where are the provisioning script set up in Wordpress? I need to dockerize an application, the issue is after putting the wp_content folder, I noticed the database wasn't provisioned yet (meaning the tables weren't created and the tables weren't populated), so I am thinking there might be some shell script, native scripts and provisioning scripts that didn't run and I am trying to find where they are. Is there a native provisioning system set up already? If so where is it located and how does it work?