Backup the Website

The Process to set up a CMS on the development Environment

  1. Download the file from wordpress.org, extract it and put it the right environment (WAMP)
  2. Go to the local host
  3. Go to phpMyAdmin and link to server
  4. Create an account and password as a website database
  5. Set up the website interface

Steps to deploy the WordPress Development Environment

the process is:

  • go to my phpMyAdmin
  • select the database from the website we want to backup from the development environment to the production environment
  • select export
  • The SQL will be generated
  • import the file to the new website host and create instance of WordPress on the hosting provider
  • After the deployment is completed, go back to the dashboard ans select the application to see more details
  • select MySQL, then click manage
  • Select the database, copy and give it a name then click go
  • create database to import the file, then click create
  • now we can import the file successfully