⚒️ Part 2: Installing and setting up WordPress

Now that we have all the core files in our server, it’s time to run the setup process.
During the setup process, you will:

  • Choose the default language of your WordPress instance
  • Connect Patchstack to your server’s database
  • Set the database tables prefix (default is wp_)
  • Create an administrator user and insert it into the database

The credentials are seen on the picture, password will be shared during the call.

Since we are using the same database for all our WordPress sites, make sure to use unique table prefix (for example yourname_)

After installing WordPress successfully, you’ll see a screen where you can log in to your admin dashboard.

Scroll to Top