If you want to try wordpress CMS from wordpress.org you dont need to pay for hosting/server, you can try instll it on your own computer as a server. First you need to install MySQL and Apache web server to run PHP. We will be using
XAMPP here. Extract the file and install exe. On the xampp control panel and click the start button on Apache and MySQL. And now you're ready to install Wordpress
Steps to install Wordpress
1. Download the latest version of wordpress from wordpress.org
2. extract the zip and copy folder "wordpress" to C:\xampp\htdocs\
3. Now open your web browser and go to http://localhost/wordpress/
4. You will get an error notification.
5. Click "Create a Configuration File" > "Let's Go!"
6. You will need to enter your database connection detail
and you're gonna need a new database, now open a new tab on your browser, go to
http://localhost/phpmyadmin. Make a new database named "wordpress"
7. On the wordpress Setup Configuration, fill wordpress as Database Name, root as User Name, delete password on Password form and leave it blank and then click submit > Run the Install
8. Fill the necessary information about your site, Site Title, User name, Password, Email..then click Install Wordpress
9. Enjoy blogging