Steps
  1. in db table ps_configuration
    1. PS_SSL_ENABLED set to 0
    2. PS_SSL_ENABLED_EVERYWHERE set to 0
  2. check the table ps_shop_url, replace the urls with the correct ones
  3. if the site doesn't work at this point, check .htaccess and make sure it's not making bad redirects
  4. check the employees table, add and remove as needed
  5. set the mailing to SMTP localhost port 1025
    • This way:

      1. you don't end up sending mails to people
      2. if you want to you can install mailpit to capture and read all the mails to test them
  6. clear caches
    • Delete everything in var/cache/. It may be separated into multiple folders. It's safe to delete it all.

      Also clear caches from the UI.

  7. cycle friendly urls to regenerate .htaccess
  8. regenerate all images otherwise certain front office pages may throw image null dereference errors