Making edits on a live server might be dangerous as it exposes the site to potential risks as well as visitors getting dumbfounded with all the changes on the site constantly. That is why it is better to have a WordPress test server on your own computer instead of others.
Here are some quick steps on getting it done. This is for those using windows operating systems.
- Go to WampServer and download the latest package.
- Once the download has finished, install it to your computer. Use all the default settings given during the installation.
- Then, download the latest version of WordPress in the zip folder and extract them to the www folder at the WampServer directory. One quick way to access it is by left clicking the WampServer icon and click www directory.
- Next, create a database for WordPress. You can name it as anything you want. You can do this quickly by accessing the PhpMyAdmin to create the database.
- Once this is done, install WordPress by going to http:// localhost or localhost/your.wordpress.directory.here at your internet browser. As for the username and password, use root for its username and leave the form empty for password.
Installation should be done once everything is completed and there you have it. A test server for WordPress.