The Process to set up a CMS on the development Environment
- Download the file from wordpress.org, extract it and put it the right environment (WAMP)
- Go to the local host
- Go to phpMyAdmin and link to server
- Create an account and password as a website database
- 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