localhost

Testing Drupal 7 in Local Machine

I think it's already months since Drupal released the alpha version of Drupal 7. Of course, it is not intended for production site, the purpose of the release is for the community to test and to find more bugs. As a Drupal enthusiast, I installed Drupal 7.0 into my local machine to see whats new.

How to Run WordPress Blog in Your Local Machine

In my previous post, I discuss how to set up a local web server using XAMPP. Now that we have the local server running, we are now ready to install any web platform called Content Management System (CMS) to our local computer. There are tons of CMS available out in the internet. You can purchase one if you like but there are thousands or maybe millions that are free. We have DotNetNuke, Joomla, Drupal, WordPress, PHP-Nuke, phpBB, Moodle, and MediaWiki to name a few. The most popular so far is Joomla. You can download them all if you want and try them all 'til you drop. But if you want to become a professional developer, master only one of the above because you have no enough lifetime to master all CMS.

How to set up a local web server

This "how to" is intended for beginners and for those who want to learn to set up a website but don't have a professional web server. This is also useful for web developers, but this post is not for them, in fact I learned this from them. Some developers used local web server to develop a website and upload it when finished. This is also used by web designers in creating a new theme. You do not need this if you have no desire to learn beyond HTML.

About local web server

Web server is a computer that runs a program that accepts hypertext transfer protocol (http). To make these things simple, try to write in the address bar of your browser the address "rtfverterra.com" without the quote and noticed that it is automatically prefixed with http and the one you typed turned into http://rtfverterra.com/. Local web server resides in your local machine (your computer) with or without internet connection. You can have your own website, but this website is not available in the internet. It has an address of http://localhost/yourwebsite; the "yourwebsite" in the address can be any name.
Syndicate content