If you want to create a blog to learn or want to have a free blog can create a blog on a free service like blogger or create a blog on WordPress.com. Both are free from both domain and hosting, but of course something free will never give full access and still many limitations, By using free WordPress in WordPress.com You can not be more in depth in learning WordPress, either from the use of WordPress themes, Wordpress plugins and WordPress SEO optimization itself.
By installing WordPress in your own Hosted Hosting or WordPress Self Hosted You can learn WordPress fully without any restrictions, you can install themes and edit them to your own liking, and can also add plugins to suit your WordPress site needs.
If you want to learn WordPress Self Hosted in full it takes money to buy domain and hosting, but if you still do not want to buy direct hosting and want to learn to use WordPress you can learn it offline by creating your own hosting server on localhost on your computer, WordPress can be installed on your computer or laptop without connecting to the Internet.
HOW TO INSTALL WORDPRESS IN PC LOCALHOST
To get started you need 2 software that must be installed on your computer ie Local server using XAMPP and WordPress itself (both free for you to download).
1. INSTALL XAMPP
XAMPP is a web server software that can run PHP and MySQL code. And since WordPress runs using PHP and MySQL then we can use XAMPP as a local server to run WordPress.
Please visit the official Apache Friends website and download the latest version of XAMPP, you will see XAMPP can be used on Windows, Mac OS and Linux. Because in Indonesia most are Windows users then I will make this tutorial for Windows PC.
apachefriend
After download pleaseto install on your computer with 2X click on the XAMPP file and will appear the initial installation process, please click "Next".
xampp-setup
Next when prompted to select a component, you must check MySQL, phpMyAdmin, Apache and PHP as seen below.
xampp-components
The next step is to choose the folder where XAMPP you want to install. In this example I installed XAMPP on drive C:. However, you can install it in the folder you want.
xampp-folder
In the next step, you will be given information about Bitnami for the XAMPP application module. You do not need to install the module and uncheck "Learn more about Bitnami for XAMPP" and proceed to the next step.
xampp-control-panel
Next follow the next install steps, because in this step no settings are required. Once installed, it will have Xampp icon on your desktop or XAMPP menu on start program, please click and you will see XAMPP Control Panel, please click Start button on Apache and MySQL.
xampp-start-page
Now it's time to test whether your local server is working correctly or not by opening your web browser and type in http: // localhost URL in the address bar. If you look at the start page of XAMPP like the picture below then it means your local server is working perfectly.
2. CREATE DATABASE
The second step is to create a database for your WordPress. Please open your web browser and type in http: // localhost / phpmyadmin URL.
localhost-phpmyadmin-create-database
Click on the "Database" menu located at the top, and type your database name into the available field to your liking. In this example I type "WordPress" for my database name and click the "Create" button.
3. INSTALL WORDPRESS
The third step is to install WordPress, please download it on the official WordPress.org site. After finisheddownload WordPress please extract the WordPress file in the zip form and copy the folder into the folder C: / xampp / htdocs /.
Now you need to open your web browser and type the following URL in the address bar http: // localhost / wordpress (URL after http: // localhost / is must match the name of your site's file folder in htdoc). Once you type in the URL please enter and you will see the initial view of WordPress installation process with language selection.
WordPress is available in many languages. You can choose the language you want. Here I choose English (United States) and click "Continue".
wordpress-setup-language
Next will open a page informing you that you need some information such as database name, username, password and hostname on the next page. This is required to connect the database to your WordPress installation. And click the "Let's Go" button
wordpress-setup-get-started
You should now enter the following database details on this page:
Database Name with wordpress. If you give a different name to this example, you can enter the database name according to what you created in step 2 earlier.
Username - root. The default username is root unless you have changed it.
Password - leave blank.
Database Host - localhost
Table Prefix - wp_
After you enter the above details, please click "Submit".
wordpress-setup-database-details
Now click on the "Run the install" button and wait for WordPress to communicate with the database for a while. And remember if the information provided in the database details page is incorrect, you will get some errors.
wordpress-setup-run-installation
If the process succeeds, WordPress will now connect to your database and will bring up a page that will prompt you to enter blog details like site name, username, password and email. Make sure you remember your username and password because you will need them to get into the WordPress admin or Dashboard section.
wordpress-welcome-screen
Once you're done, click on "Install WordPress". After the page appears that says "Success", now you can login to access the Dashboard. Enter your username and password and click Login. This will take you to the WordPress Dashboard.
wordpress-login
And here is an admin area view or WordPress Dashboard.
And now you have successfully installed WordPress on your local computer. And that's the complete tutorial guide to install WordPress on PC Localhost or Offline. Please follow the steps above and hopefully this article useful for you. Happy learning
Do not forget if you are already proficient in using WordPress to immediately try online by buying hosting
see video related to this post, sourced from youtube.com
1 komentar
nice post gan,