https://www.highcpmrevenuegate.com/znhs9k46?key=09d687ecc7889173937172adb21a36b0

Tuesday 28 February 2012

How to Install WordPress

How to Install WordPress and Start Blogging – Step-By-Step Guide

How to Install WordPress and Start Blogging
WordPress is free, open-source blogging software that you use with your own domain name to run a blog.
WordPress is the most popular blogging platform – it powers more than 50 million blogs. All of my projects are run on it.

Install WordPress and start blogging

WordPress must be installed on a web hosting server. For the simplest possible install, I recommend using Bluehost as you simply click on a button to install WordPress and get domain and hosting at a very cheap price.
It literally takes 5 minutes to have your blog up and running, no tech knowledge needed. Watch my video for step-by-step guide on how to install a WordPress blog and click here to get started.
Even WordPress recommends Bluehost for blog hosting. Bluehost offers one-click WordPress installation, unlimited hosting space, free domain name and a 99% uptime guarantee.
The above is the easy and recommended way of installing WordPress and having a blog ready in 5 minutes. If you prefer to install your blog manually, please follow the process below:

The manual WordPress install

Get domain name and hosting
  • First step to is to get a domain name and hosting.
  • Bluehost offers free domain as long as you buy hosting.
Setup your hosting account
  • Login to your hosting account
  • Click on Hosting and chose My Hosting Account
  • Find your hosting plan and click on Setup Account
  • Select the checkbox and click Next
  • Chose username and password and click Next
  • Chose Select a domain from this account, find the domain and click Submit
Get your FTP Account Information
  • You will get an email titled “Hosting Account Setup”
  • Find your “FTP Account Information” in the email
Hosting/FTP User Name: your username
Web Site URL: your domain URL
FTP Site URL: your FTP URL
Your Web Site Visitor Statistics: Your stats URL
Create MySQL database
  • Click on Hosting and chose My Hosting Account
  • Find your domain name and click on Manage Account
  • Click on Databases, chose MySQL and click Create Database
  • Write description, chose username and password
  • Click OK and wait until your MySQL is setup
Click on the pencil to “Edit/view details” and save the following:
MySQL Database Information Status:
Setup Host Name: your host name
Database Name: database name you have chosen
Database Version: 4.1
Description: description you have chosen
User Name: username you have chosen
Installing WordPress files
  • To install WordPress, go to WordPress.org and download the latest version
  • WordPress 3.3 comes in a .zip file so unzip it
  • In WordPress folder rename wp-config-sample.php file to wp-config.php
Open wp-config.php in text editor and find this part:
// ** MySQL settings – You can get this info from your web host ** //
/** The name of the database */
define(‘DB_NAME’, ‘putyourdbnamehere‘);
/** MySQL database username */
define(‘DB_USER’, ‘usernamehere‘);
/** MySQL database password */
define(‘DB_PASSWORD’, ‘yourpasswordhere‘);
/** MySQL hostname */
define(‘DB_HOST’, ‘localhost‘);
Take MySQL Database info and insert in places marked in bold:
  • Your MySQL Database Name should replace putyourdbnamehere
  • Your MySQL User Name should replace usernamehere
  • Your MySQL password should replace yourpasswordhere
  • Your MySQL Host Name should replace localhost
Now find following in your wp-config.php:
define(‘AUTH_KEY’, ‘put your unique phrase here’); define(‘SECURE_AUTH_KEY’, ‘put your unique phrase here’); define(‘LOGGED_IN_KEY’, ‘put your unique phrase here’); define(‘NONCE_KEY’, ‘put your unique phrase here’);
Visit secret key, copy the details, insert them and save wp-config.php
Login to your web hosting
  • Open FTP client and log in to your hosting using the FTP account logins
  • Place all the files from your WordPress folder onto your server
  • Go to http://www.yourdomain.com/wp-admin/install.php
This is what you will see when you enter the address:
  • Fill in your Blog Title and Your E-mail
  • Click on Install WordPress
  • Next screen says Success! and has your Username and Password.
  • Click on Log In to log in to WordPress dashboard.
Your blog is now setup and is live online. You will get an email titled New Blog which includes your URL and your username / password. That’s it, it’s that simple to install WordPress. Get your blog started now and enjoy!

Installing WordPress

Installing WordPress


WordPress is well known for its ease of installation. Under most circumstances installing WordPress is a very simple process and takes less than five minutes to complete. Many web hosts now offer tools (e.g. Fantastico) to automatically install WordPress for you. However, if you wish to install WordPress yourself, the following guide will help. Now with Automatic Upgrade, upgrading is even easier.
The following installation guide will help you, whether you go for the Famous 5 Minute Installation, or require the more detailed installation guide.

Things to Know Before Installing WordPress

Before you begin the install, there are few things you need to have and do.
You need access to your site and its directory and software to proceed with the installation. These are:

Things You Need to Do to Install WordPress

Begin your installation by:
  1. Checking to ensure that you and your web host have the minimum requirements to run WordPress.
  2. Download the latest release of WordPress.
  3. Unzip the downloaded file to a folder on your hard drive.
  4. Be prepared with a secure password for your Secret Key
  5. Print this page out so you have it handy during the installation.

Famous 5-Minute Install

Here's the quick version of the instructions, for those that are already comfortable with performing such installations. More detailed instructions follow.
If you are not comfortable with renaming files, Steps 3 and 4 are optional and you can skip them as the install program will create wp-config.php file.
  1. Download and unzip the WordPress package if you haven't already.
  2. Create a database for WordPress on your web server, as well as a MySQL user who has all privileges for accessing and modifying it.
  3. Rename the wp-config-sample.php file to wp-config.php.
  4. Open wp-config.php in a text editor and fill in your database details as explained in Editing wp-config.php to generate and use your secret key password.
  5. Upload the WordPress files in the desired location on your web server:
    • If you want to integrate WordPress into the root of your domain (e.g. http://example.com/), move or upload all contents of the unzipped WordPress directory (but excluding the directory itself) into the root directory of your web server.
    • If you want to have your WordPress installation in its own subdirectory on your web site (e.g. http://example.com/blog/), create the blog directory on your server and upload WordPress to the directory via FTP.
  6. Run the WordPress installation script by accessing wp-admin/install.php in a web browser.
    • If you installed WordPress in the root directory, you should visit: http://example.com/wp-admin/install.php
    • If you installed WordPress in its own subdirectory called blog, for example, you should visit: http://example.com/blog/wp-admin/install.php
That's it! WordPress should now be installed.

Detailed Instructions

Step 1: Download and Extract

Download and unzip the WordPress package from http://wordpress.org/download/.
  • If you will be uploading WordPress to a remote web server, download the WordPress package to your computer with a web browser and unzip the package.
  • If you will be using FTP, skip to the next step - uploading files is covered later.
  • If you have shell access to your web server, and are comfortable using console-based tools, you may wish to download WordPress directly to your web server using wget (or lynx or another console-based web browser) if you want to avoid FTPing:
    • wget http://wordpress.org/latest.tar.gz
    • Then unzip the package using:
      tar -xzvf latest.tar.gz

      The WordPress package will extract into a folder called wordpress in the same directory that you downloaded latest.tar.gz.
  • If you do not have shell access to your web server, or you are not comfortable using console-based tools, you may wish to deploy WordPress directly to your web server using ZipDeploy.

Step 2: Create the Database and a User

If you are using a hosting provider, you may already have a WordPress database set up for you, or there may be an automated setup solution to do so. Check your hosting provider's support pages or your control panel for clues about whether or not you'll need to create one manually.
If you determine that you'll need to create one manually, follow the instructions for accessing phpMyAdmin on various servers, or follow the instructions for Using cPanel or Using phpMyAdmin below.
If you are installing WordPress on your own web server, follow the Using phpMyAdmin or Using the MySQL Client instructions below to create your WordPress username and database.
If you have only one database and it is already in use, you can install WordPress in it - just make sure to have a distinctive prefix for your tables, to avoid over-writing any existing database table.

Using cPanel

If your hosting provider supplies the cPanel hosting control panel, you may follow these simple instructions to create your WordPress username and database. A more complete set of instructions for using cPanel to create the database and user can be found in Using cPanel.
  1. Log in to your cPanel.
  2. Click MySQL Database Wizard icon under the Databases section.
  3. In Step 1. Create a Database enter the database name and click Next Step.
  4. In Step 2. Create Database Users enter the database user name and the password. Make sure to use a strong password. Click Create User.
  5. In Step 3. Add User to Database click the All Privileges checkbox and click Next Step.
  6. In Step 4. Complete the task note the database name and user. Write down the values of hostname, username, databasename, and the password you chose. (Note that hostname will usually be localhost.)

Using Lunarpages.com's custom cPanel (LPCP)

Lunarpages has developed their own version of cPanel.
  1. Log in to your account.
  2. Go to Control Panel.
  3. Click on the button on the left panel labeled 'Go to LPCP'.
  4. Go to MySQL Manager.
  5. Add the user name and database name but leave the host name as the default IP number.
  6. Note the IP address of the database on the right which is different from the default IP number of the host indicated in the above step.
  7. When modifying the WP-CONFIG.PHP file, use the DB IP number, not 'LOCALHOST'.
  8. When modifying the WP-CONFIG.PHP file, be sure to use the full name of the database and user name, typically 'accountname_nameyoucreated'.
  9. Refer to http://wiki.lunarpages.com/Create_and_Delete_MySQL_Users_in_LPCP for more info.

Using phpMyAdmin

If your web server has phpMyAdmin installed, you may follow these instructions to create your WordPress username and database.
Note: These instructions are written for phpMyAdmin 2.6.0; the phpMyAdmin user interface can vary slightly between versions.
  1. If a database relating to WordPress does not already exist in the Database dropdown on the left, create one:
    1. Choose a name for your WordPress database ('wordpress' or 'blog' are good), enter it in the Create new database field, and click Create.
  2. Click the Home icon in the upper left to return to the main page, then click Privileges. If a user relating to WordPress does not already exist in the list of users, create one:
    1. Click Add a new User.
    2. Chose a username for WordPress ('wordpress' is good) and enter it in the User name field. (Be sure Use text field: is selected from the dropdown.)
    3. Choose a difficult-to-guess password (ideally containing a combination of upper- and lower-case letters, numbers, and symbols), and enter it in the Password field. (Be sure Use text field: is selected from the dropdown.) Re-enter the password in the Re-type field.
    4. Write down the username and password you chose.
    5. Leave all options under Global privileges at their defaults.
    6. Click Go.
  3. Return to the Privileges screen and click the Check privileges icon on the user you've just created for WordPress. In the Database-specific privileges section, select the database you've just created for WordPress under the Add privileges to the following database dropdown. The page will refresh with privileges for that database. Click Check All to select all privileges, and click Go.
  4. On the resulting page, make note of the host name listed after Server: at the top of the page. (This will usually be localhost.)

Using the MySQL Client

You can create MySQL users and databases quickly and easily by running mysql from the shell. The syntax is shown below and the dollar sign is the command prompt:
$ mysql -u adminusername -p
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 5340 to server version: 3.23.54
 
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
 
mysql> CREATE DATABASE databasename;
Query OK, 1 row affected (0.00 sec)
 
mysql> GRANT ALL PRIVILEGES ON databasename.* TO "wordpressusername"@"hostname"
    -> IDENTIFIED BY "password";
Query OK, 0 rows affected (0.00 sec)
  
mysql> FLUSH PRIVILEGES;
Query OK, 0 rows affected (0.01 sec)

mysql> EXIT
Bye
$ 
The example shows:
  • that root is also the adminusername. It is a safer practice to choose a so-called "mortal" account as your mysql admin, so that you are not entering the command "mysql" as the root user on your system. (Any time you can avoid doing work as root you decrease your chance of being exploited). The name you use depends on the name you assigned as the database administrator using mysqladmin.
  • wordpress or blog are good values for databasename.
  • wordpress is a good value for wordpressusername but you should realize that, since it is used here, the entire world will know it too.
  • hostname will usually be localhost. If you don't know what this value should be, check with your system administrator if you are not the admin for your Wordpress host. If you are the system admin, consider using a non-root account to administer your database.
  • password should be a difficult-to-guess password, ideally containing a combination of upper- and lower-case letters, numbers, and symbols. One good way of avoiding the use of a word found in a dictionary, uses the first letter of each word in a phrase that you find easy to remember.
If you need to write these values somewhere, avoid writing them in the system that contains the things protected by them. You need to remember the value used for databasename, wordpressusername, hostname, and password. Of course, since they are already in (or will be, shortly) your wp-config.php file, there is no need to put them somewhere else, too.

Using Plesk

See: Plesk 7 at tamba2.org

Using DirectAdmin

a. Regular "User" of a single-site webhosting account logs in normally. Then click "MySQL Management." (If this is not readily visible, perhaps your host needs to modify your "package" to activate MySQL.) Then follow part "c" below.
b. "Reseller" accounts or "Admin" accounts may need to click "User Level." They also must first log-in as "Reseller" if the relevant domain is a Reseller's primary domain... or log-in as a "User" if the domain is not a Reseller's primary domain. If a Reseller's primary domain, then when logged-in as Reseller, you simply click "User Level." However if the relevant domain is not the Reseller's primary domain, then you must log-in as the relevant User. Then click "MySQL Management." (If not readily visible, perhaps you need to return to the Reseller or Admin level, and modify the "Manage user package" or "Manage Reseller package" to enable MySQL.)
c. In "MySQL Management," click on the small words: "Create new database." Here you are asked to submit two suffixes for the database and its username. For maximum security, use two different sets of 4-6 random characters. Then the password field has a "Random" button that generates an 8-character password. You may also add more characters to the password for maximum security. "Create." The next screen will summarize the database, username, password and hostname. Be sure to copy and paste these into a text file for future reference.

Step 3: Set up wp-config.php

You can either create and edit the wp-config.php file yourself, or you can skip this step and let WordPress try to do this itself when you run the installation script (step 5) (you'll still need to tell WordPress your database information).
(For more extensive details, and step by step instructions for creating the configuration file and your secret key for password security, please see Editing wp-config.php.)
Return to where you extracted the WordPress package in Step 1, rename the file wp-config-sample.php to wp-config.php, and open it in a text editor.
Enter your database information under the section labeled
// ** MySQL settings - You can get this info from your web host ** //
DB_NAME 
The name of the database you created for WordPress in Step 2 .
DB_USER 
The username you created for WordPress in Step 2.
DB_PASSWORD 
The password you chose for the WordPress username in Step 2.
DB_HOST 
The hostname you determined in Step 2 (usually localhost, but not always; see some possible DB_HOST values). If a port, socket, or pipe is necessary, append a colon (:) and then the relevant information to the hostname.
DB_CHARSET 
The database character set, normally should not be changed (see Editing wp-config.php).
DB_COLLATE 
The database collation should normally be left blank (see Editing wp-config.php).
Enter your secret key values under the section labeled
* Authentication Unique Keys.
Save the wp-config.php file.
For information on enabling SSL in WordPress 2.6, see SSL and Cookies in WordPress 2.6.

Step 4: Upload the files

Now you will need to decide where on your domain you'd like your WordPress-powered site to appear:
  • In the root directory of your web site. (For example, http://example.com/)
  • In a subdirectory of your web site. (For example, http://example.com/blog/)
Note: The location of your root web directory in the filesystem on your web server will vary across hosting providers and operating systems. Check with your hosting provider or system administrator if you do not know where this is.

In the Root Directory

  • If you need to upload your files to your web server, use an FTP client to upload all the contents of the wordpress directory (but not the directory itself) into the root directory of your web site.
  • If your files are already on your web server, and you are using shell access to install WordPress, move all of the contents of the wordpress directory (but not the directory itself) into the root directory of your web site.

In a Subdirectory

  • If you need to upload your files to your web server, rename the wordpress directory to your desired name, then use an FTP client to upload the directory to your desired location within the root directory of your web site.
  • If your files are already on your web server, and you are using shell access to install WordPress, move the wordpress directory to your desired location within the root directory of your web site, and rename the directory to your desired name.

Step 5: Run the Install Script

Point a web browser to start the installation script.
  • If you placed the WordPress files in the root directory, you should visit: http://example.com/wp-admin/install.php
  • If you placed the WordPress files in a subdirectory called blog, for example, you should visit: http://example.com/blog/wp-admin/install.php

Setup configuration file

If WordPress can't find the wp-config.php file, it will tell you and offer to try to create and edit the file itself. (You can do also do this directly by loading wp-admin/setup-config.php in your web browser.) WordPress will ask you the database details and write them to a new wp-config.php file. If this works, you can go ahead with the installation; otherwise, go back and create, edit, and upload the wp-config.php file yourself (step 3).
Enter database information

Finishing installation

The following screenshots show how the installation progresses. Notice in Entering the details screen, you enter your site title, your desired user name, your choice of a password (twice) and your e-mail address. Also displayed is a check-box asking if you would like your blog to appear in search engines like Google and Technorati. Leave the box checked if you would like your blog to be visible to everyone, including search engines, and uncheck the box if you want to block search engines, but allow normal visitors. Note all this information can be changed later in your Administration Panels.
Version 3.0
Enter site, login, and email
All done!

Install Script Troubleshooting

  • If you get an error about the database when you run the install script:
    • Go back to Step 2 and Step 3, and be sure you got all the correct database information and that it was entered correctly into wp-config.php.
    • Be sure you granted your WordPress user permission to access your WordPress database in Step 3.
    • Be sure the database server is running.

Common Installation Problems

The following are some of the most common installation problems. For more information and troubleshooting for problems with your WordPress installation, check out FAQ Installation and FAQ Troubleshooting.
I see a directory listing rather than a web page.
The web server needs to be told to view index.php by default. In Apache, use the DirectoryIndex index.php directive. The simplest option is to create a file named .htaccess in the installed directory and place the directive there. Another option is to add the directive to the web server's configuration files.
I see lots of Headers already sent errors. How do I fix this?
You probably introduced a syntax error in editing wp-config.php.
  1. Download wp-config.php (if you don't have shell access).
  2. Open it in a text editor.
  3. Check that the first line contains nothing but <?php, and that there is no text before it (not even whitespace).
  4. Check that the last line contains nothing but ?>, and that there is no text after it (not even whitespace).
  5. If your text editor saves as Unicode, make sure it adds no byte order mark (BOM). Most Unicode-enabled text editors do not inform the user whether it adds a BOM to files; if so, try using a different text editor.
  6. Save the file, upload it again if necessary, and reload the page in your browser.
My page comes out gibberish. When I look at the source I see a lot of "<?php ?>" tags.
If the <?php ?> tags are being sent to the browser, it means your PHP is not working properly. All PHP code is supposed to be executed before the server sends the resulting HTML to your web browser. (That's why it's called a preprocessor.) Make sure your web server meets the requirements to run WordPress, that PHP is installed and configured properly, or contact your hosting provider or system administrator for assistance.
I keep getting an Error connecting to database message but I'm sure my configuration is correct.
Try resetting your MySQL password manually. If you have access to MySQL via shell, try issuing:
SET PASSWORD FOR 'wordpressusername'@'hostname' = OLD_PASSWORD('password');
If you are using a version of MySQL prior to 4.1, use PASSWORD instead of OLD_PASSWORD. If you do not have shell access, you should be able to simply enter the above into an SQL query in phpMyAdmin. Failing that, you may need to use your host's control panel to reset the password for your database user.
My image/MP3 uploads aren't working.
If you use the Rich Text Editor on a blog that's installed in a subdirectory, and drag a newly uploaded image into the editor field, the image may vanish a couple seconds later. This is due to a problem with TinyMCE (the rich text editor) not getting enough information during the drag operation to construct the path to the image or other file correctly. The solution is to NOT drag uploaded images into the editor. Instead, click and hold on the image and select "Send to Editor."

Automated Installation

Although WordPress is very easy to install, you can use one of the one-click autoinstallers typically available from hosting companies. Three of those autoinstallers, Fantastico, Installatron, and Softaculous are described here.

Fantastico

  1. Login to your cPanel account and click on the Fantastico (or Fantastico Deluxe) option
  2. Once you enter Fantastico on the left hand side there is a 'Blogs' Category under which WordPress is there. Click on it.
  3. Click on the 'New Installation' Link in the WordPress Overview
  4. Fill in the various details and Submit.
  5. That's it you are done!
File:fant.jpg

Installatron

Installatron is a popular automation company that provides multiple methods to automatically install and upgrade WordPress. Most commonly, Installatron is available through web hosting provider's control panel software. Installatron also provides a tool on its website that enables WordPress to be installed to any website using the website's FTP information.
To install WordPress through your web hosting provider's control panel:
  1. Login to your web host's control panel, navigate to "Installatron", click "WordPress", and choose the "Install this application" option.
  2. After customizing the WordPress install by editing any of the prompts, click the "Install" button.
  3. That's it! WordPress will be installed within a few seconds to your website.
To install using your FTP account information on Installatron.com:
  1. Navigate to WordPress @ Installatron and choose the "Install this application" option.
  2. Enter your hosting account's FTP and MySQL database information. For increased security, create a separate FTP account and MySQL database for your WordPress installation. Once this information is entered, click "Install".
  3. That's it! You will be redirect to a progress page where you can watch as WordPress is installed within a few seconds to your website.

Softaculous

  1. Login to your host and look for Software/Services
  2. In Softaculous there is a 'Blogs' Category. Collapse the category and WordPress will be there. Click on it.
  3. You will see an 'Install' TAB. Click it.
  4. Fill in the various details and Submit.
  5. That's it, you are done!
File:soft.jpg

Installation Instructions in Other Languages

For installation instructions in other languages, see WordPress in Your Language.

Installing Multiple Blogs

Detailed information about Installing Multiple Blogs is available.

Installing WordPress on your own Computer

Local Installation Instructions

Use these instruction for setting up a local server environment for testing and development.

Software Appliance - Ready-to-Use

You may find that using a pre-integrated software appliance is a great way to get up and running with WordPress, especially in combination with virtual machine software (e.g., VMWare, VirtualBox, Xen HVM, KVM).
A software appliance allows users to altogether skip manual installation of WordPress and its dependencies, and instead deploy a self-contained system that requires little to no setup, in just a couple of minutes.
  • TurnKey WordPress Appliance: a free Ubuntu-based appliance that just works. It bundles a collection of popular WordPress plugins and features a small footprint, automatic security updates, SSL support and a Web administration interface.
  • BitNami WordPress Appliance: free WordPress appliances based on Ubuntu or Open Suse. Native installer and Cloud images also available. There are also virtual machines for WordPress Multisite already configured.
  • UShareSoft WordPress Appliance: free WordPress appliance for many of the major virtualization and cloud platforms (Cloud.com, Xen, VMware, OVF, Abiquo)

Easy 5 Minute WordPress Installation on Windows

Download, install, and configure WordPress with the Microsoft Web Platform Installer (Web PI). Installation is very easy and takes on average about 5 minutes to complete. For other Windows installers, check this section
Step 1. Things you need to know before starting.
  1. These steps will work on Windows versions which include IIS, such as Windows XP professional, Windows Vista, Windows 7 and Windows Server.
  2. You must be able to install programs on your machine (i.e. have administrator rights).
Step 2. Navigate to the WordPress Installation Page
  1. Choose the "Install" button.
  2. If you have Web PI already installed, it will automatically be launched and you can skip to the next step.
  3. If you do not have the Web Platform Installer, you will be prompted to install it.
  4. Web PI is a tool from Microsoft that downloads and installs the latest components you need to develop or host Web applications on Windows. Everything in the tool is free. Web PI will install and configure IIS, PHP, MySQL and anything else you may need.
Step 3. Choose to Install WordPress
  1. When Web PI launches, you will see an information page for WordPress. Start installing WordPress by pressing the "Install" button in the lower right hand corner.
Step 4. Installation of WordPress and its requirements
  1. Finding Dependencies: Web PI will determine the minimum set of components and modules you need on your machine to run WordPress. It will only install what you’re missing. For example, PHP will be installed and configured to run WordPress.
  2. Configure the Database: After accepting the terms, if you need to install MySQL, you will be asked to create a password for the root account database account. Keep this password safe. WordPress will ask for this information later.
  3. Choose the site: Choose a site to install WordPress to. You may install to an existing Web site in IIS or create a new site. Use the default setting if you do not have advanced configuration needs.
  4. WordPress Setup: WordPress will need answers to a few specific questions such as the username (in the case of a new MySQL install is root) and password for your MySQL database to complete the install.
Step 5. Completion
  1. Once you enter the WordPress setup information, Web PI will finish the installation.
  2. Click, Launch in Browser and WordPress will launch.
Alternatively, the BitNami WordPress installer is a free, self-contained native installer for WordPress that includes Apache, MySQL and PHP so it works out of the box.

WAMP

If you don't have IIS on your computer or don't want to use it, you could use a WAMP installation. WAMP Server, or WAMP Server at SourceForge, or BitNami WAMPStack can be downloaded freely and set up all the bits you need on your computer to run a web site. Once you have downloaded and installed WAMP, you can point your browser at localhost and use the link to phpmyadmin to create a database.
Then, in order to install WordPress, download the zip file, and extract it into the web directory for your WAMP installation (this is normally installed as c:\wamp\www). Finally visit http://localhost/wordpress to start the WordPress install. (Assuming you extracted into c:\wamp\www\wordpress).

How to Install Fedora

Choosing How to Install Fedora

Fedora can be installed in a variety of ways using different techniques and hardware.
Most users will install Fedora by booting to the installation directly from a CD-ROM. Other options include
  • Booting to an installation using a floppy diskette.
  • Booting to an installation using Fedora's mini CD-ROM.
  • Using a hard drive partition to hold the installation software.
  • Booting from a DOS command line.
  • Booting via a virtual network session. (See the file Release Notes included on the first Fedora Core CD-ROM for details.)
  • Booting to an installation and installing software over a network using FTP or HTTP protocols.
  • Booting to an installation and installing software from an NFS-mounted hard drive.
How you choose to install (and use) Fedora depends on your system's hardware, networking capabilities, corporate information service policy, or personal preference. The following sections describe the issues surrounding each of these types of installation.

Installing from CD-ROM

Most PCs' BIOS support booting directly from a CD-ROM drive, and offer the capability to set a specific order of devices (such as floppy, hard drive, CD-ROM, or USB) to search for bootable software. Turn on your PC, set your PC's BIOS if required (usually accessed by pressing an F or Del key after powering on), then insert Fedora Core's first CD-ROM, and boot to install Fedora.
To use this installation method, your computer must support booting from CD-ROM, and the CD-ROM drive must be recognizable by the Linux kernel. You can verify this by checking your BIOS and then booting your PC.
Older PCs with some CD-ROM drives might prove problematic when you desire to boot to an install using optical media. The good news is that this should no longer be a problem with most post-1995 personal computers. However, you can consult Table 3.1, which lists a driver disk image that can be used to support older drives.
The file boot.iso listed in Table 3.1 is a 4.5MB CD-ROM image found under the images directory on the first Fedora Core CD-ROM. The image can be burned onto a CDR, mini CDR, or business-card-sized CDR and supports booting to a network install. This is a convenient way to boot to a network install on a PC with a bootable CD-ROM drive, but no installed floppy drive, or when you don't want to use multiple floppies during an install requiring driver diskettes.
You burn the image onto optical media using the cdrecord command. For example, copy the file to your hard drive, insert a blank CDR into your CDRW drive, and then use a command line like so:
# cdrecord -v speed=4 dev=0,0,0 -data -eject boot.iso 
This example will create a bootable CD-ROM, and then eject the new CD-ROM after writing the image. The speed (4 in this example) depends on the capabilities of your CD writing device. The device numbers are those returned by running cdrecord with its scanbus option, like so:
# cdrecord -scanbus

Installing Using a Network

Fedora can be installed using a local network (or even over the Internet if you have broadband access). You will need access to a Web, FTP, or NFS server hosting the installation packages. To boot to a network install, use a network boot floppy, a bootable CD-ROM created using the boot.iso boot image, or the first Fedora Core CD-ROM included with this book. Boot your PC with the boot floppy or, if you use CD-ROM, type linux askmethod at the boot prompt. Follow the prompts, and you'll then be asked to choose the type of network installation.
TIP
Just press Enter at the boot prompt if you boot to a network install using a CDR created with the boot.iso image. You'll boot a graphical network install.
To install using FTP, select the network IP address assignment for your target PC, such as DHCP, or manually enter an IP address along with optional gateway IP address and nameserver addresses. You'll then be asked for the FTP site name. You can enter the name or IP address of a remote FTP server hosting the Fedora Core release. The name of the remote directory will depend on where the Fedora install files are located on the remote server.
Installing Fedora using the File Transfer Protocol (FTP) will require access to an FTP server (see Chapter 18, "Secure File Transfer Protocol [FTP] Service," to see how to set up a server and use FTP). You'll need to know the hostname or IP address of the server, along with the path (directory) holding the Fedora Core software. One way to prepare a server to host installs is to
  1. Create a directory named Fedora under the FTP server's pub directory. The directory will usually be /var/ftp/pub on a Linux server.
  2. Create a directory named base and a directory named RPMS underneath the Fedora directory.
  3. Copy or download all RPM packages included with Fedora Core into the pub/Fedora/RPMS directory.
  4. Copy all original base files (comps.rpm, comps.xml, hdlist, hdlist2, hdstg2.img, netstg2.img, stage2.img, TRANS.TBL) from the first CD-ROM's base directory into the pub/Fedora/base directory.
Using this approach, enter pub when asked for the name of the remote directory holding the Fedora Core install software.
Installing Fedora Core using a remotely mounted network file system (NFS) is similar to a hard drive installation, but requires access to an NFS server. You'll need access permission, a permitted IP address or hostname for your computer, the hostname or IP address of the NFS server, and the path to the Fedora Core software. See Chapter 13, "Network Connectivity," for more information about NFS and network addressing.
To install Fedora using HTTP, you will need the hostname or IP address of the remote Web server, along with the directory containing Fedora's software. See Chapter 16, "Apache Web Server Management," to see how to set up a Web server.
NOTE
See Chapter 18 for details on how to configure the vsftpd FTP server. Chapter 16 provides information on how to set up and configure Apache for Web service. See Chapter 13 for Samba settings. Note that you can have your server perform all three duties.

Install Windows XP using USB Flash Disk/ Flash Drive

 

Install Windows XP using USB Flash Disk/ Flash Drive - Step by Step Guide

Someone in this post (Acer Aspire One Specifications and Windows XP Drivers) ask me to write a tutorial about how to install Windows XP using USB flash disk/flash drive.
If you want to install Windows XP, but your notebook (or PC) has no CDROM, you should install Windows XP using USB Flash disk/Flash Drive/Thumb drive...
just follow this guide :


step 1:
Buy an USB Flash Drive (at least 2GB).
When you do this tutorial, please make sure your computer/laptop/PC has a CD-ROM (or DVD).
so, now you have 2 computers, with CD-ROM support and without CD-ROM support (e.g Acer Aspire One, Asus EEE-PC).
step 2:
Download this software pack (Komku-SP-usb.exe - Download) 1.47MB
UPDATE 1 :
Anonymous said…
your download at mediafire keeps timing out, any other hosts available?
Mirror Depositfiles
Mirror Rapidshare
Mirror Easy-Share
Mirror Megaupload




this software pack contains 3 application :

-BootSect.exe (Boot Sector Manipulation Tool)
-PeToUSB (http://GoCoding.Com)
-usb_prep8 (Prepares Windows XP Setup LocalSource for Copy to USB-Drive)

step 3:
Double click Komku-SP-usb.exe


a window will appear... and click Install



step 4:
Insert your USB Flash Drive.
When I made this tutorial, I was using 4GB Transcend USB FlashDrive...



Locate folder C:\Komku\PeToUSB\
double click PeToUSB.exe




a window will appear like this...


Destination Drive : select USB Removable
check on Enable Disk Format
check on Quick Format
check on Enable LBA (FAT 16x)
Drive Label : XP-KOMKU (or whatever you want)
then click Start

Click Yes to continue....



"You are about to repartition and format a disk. Disk: .... All existing volumes and data on that disk will be lost. Are You Sure You Want To Continue?"
click Yes


Wait a few seconds...

Click OK, and you can close PeToUSB window.


step 5:
Open Command Prompt ...
Click Start > Run > type cmd > click OK


On Command Prompt window, go to directory C:\Komku\bootsect\how to do this?
first type this cd\ and press Enter

then type cd komku\bootsect and press Enter


the result...


Don't close Command Prompt window, and go to step 6...


step 6:
on command prompt window, type bootsect /nt52 H:


H:
is drive letter for my USB Flash Drive, it may be different with yours...
and press Enter

the result... "Successfully updated filesystem bootcode. Bootcode was succesfully updated on all targeted volumes."


don't close Command Prompt window, and go to step 7...


step 7:
now type this cd.. and press Enter

then type cd usb_prep8 and press Enter


type usb_prep8 again... and pres Enter



step 8:Your command prompt window will look like this

Press any key to continue...
usb_prep8 welcome screen will appear



Prepares Windows XP LocalSource for Copy to USB-Drive:

0) Change Type of USB-Drive, currently [USB-stick]
1) Change XP Setup Source Path, currently []
2) Change Virtual TempDrive, currently [T:]
3) Change Target USB-Drive Letter, currently []
4) Make New Tempimage with XP LocalSource and Copy to USB-Drive
5) Use Existing Tempimage with XP LocalSource and Copy to USB-Drive
F) Change Log File - Simple OR Extended, currently [Simple]
Q) Quit
Enter your choice:_

now, insert your original Windows XP CD, or Windows XP with sata ahci driver to your CD/DVD ROM
and back to Command Prompt window

type 1 then press Enter...
"Browse For Folder" window will appear, select your CD/DVD drive and click OK



the result... "XP Setup Source Path" changed to G:\ (yours may be different)


now for point 2, if letter T is currently assigned to a drive in your computer, you must change it.... if not, leave it as it is
how to change it?
type 2 and press Enter...

"Enter Available Virtual DriveLetter"
for example you doesn't have drive Sso you type S and press Enter

back to usb_prep8 welcome screen...
now type 3 and press Enter...
"Please give Target USB-Drive Letter e.g type U" Enter Target USB-Drive Letter:
because my Flash drive letter is Hso, type H and press Enter...

after back to usb_prep8 welcome screen...
now type 4 and press Enter to make new temporary image with XP LocalSource and copy it to USB Flash Drive
please wait a few seconds..


"WARNING, ALL DATA ON NON-REMOVABLE DISK
DRIVE T: WILL BE LOST! Proceed with Format (Y/N)?"
type Y and press Enter
please wait....
when format virtual disk complete, press any key to continue...


please wait... making of LocalSource folder is in progress...


when "Making of LocalSource folder $WIN_NT$.~LS Ready"
Press any key to continue...



"Copy TempDrive Files to USB-Drive in about 15 minutes = Yes OR STOP = End Program = No"
Click Yes, and wait...


"Would you like USB-stick to be preferred Boot Drive U: bla... bla..."
Click Yes



"Would you like to unmount the Virtual Drive ?"
Click Yes, wait a few seconds, and press any key....
press any key again to close usb_prep8...


Now, your USB Flash Drive is ready...


step 9:
Now, insert your USB Flash Drive/Flash Disk/Thumb Drive to your notebook (e.g Acer Aspire One)
go to BIOS and make USB HDD (or USB ZIP in some other machine) as primary boot device....

then boot form your USB Flash Drive....
and select "TXT Mode Setup Windows XP, Never unplug USB-Drive Until After Logon"

After Hard Disk detected, delete all partition, create single partition... and install Windows XP on that partition...
and wait...


once text mode setup is complete, computer will restart....
this time select "GUI Mode setup Windows XP, Continue Setup + Start XP"



Continue Windows XP setup.... and Done!
Windows XP Installed....


Remember, you can use this tutorial to install Windows XP on all other computers.. not just Aspire One and Asus EEE-PC....
good luck!


UPDATE 2 :
FAQ
Anonymous said…
what if i use a 1GB flash drive? will it still work?
Yes it is.. :)


Anonymous said…
hi all
can somebody tell me how to install xp with this method in SATA HD?
i finished the tutorial,but when boot up,the hdd is not showed.
help me plz
Follow this guide (Slipstreaming driver using nLite)
FYI, you can burn it as image, then use virtual drive as Daemon Tools (Download) to mount it


Anonymous said…
Trying to restore XPSP3 on Medion akoya MD96910 netbook. Worked fine until 99% of files copied then got: Setup cannot copy the file: iaahci.cat - giving 3 options (retry, skip, quit). Retry didn't work so skipped. Similar message for iaahci.inf iaStor.cat iaStor.inf iaStor.sys. Subsequent XP Boot then failed. I do not understand why the intelSATA drivers (these files) won't load. Will try again with Netbook Bios AHCI mode set to Disable but not confident that will make any difference. Help!
Ref: MD96910 netbook restore. With AHCI mode disabled it works without loading the intelSATA files. I assume these will have to be loaded, just got to figure how to do that now! Thanks for great install guide - brilliant. If you could put a comment about intelSATA it would be great, I cannot be the only person who doesn't understand it.


Allen said…
PeToUSB didn't find any removable flash drive. Please help me.
by the way, I'm using Windows Vista.
Try use XP... or
use another USB port... My friend tried it on his Lenovo... when he plug in his USB flashdrive on left side of his notebook... PeToUSB didn't find any removable flashdrive... he change it to the right side then it works (XP) :)
read this :

Anonymous said…
Easy and well written.. thanks for making our lives easier. Although I should mention that I've tried it inder Windows Vista at first and the USB Flash Driver wasn't readable at all. The whole process must be under Windows XP. Again thanks, and wish you all the best.

Anonymous said…
I was having the "No USB Disks" error with PeToUSB as well with by Samsung U3 (2G) and my microSD + Reader (4G) on 32-bit Vista. The USBs were all formatted to FAT.
Then I switched to XP, and the USB was detected


I want do this is Vista...
Ali Jaffer said…
If you're on Windows Vista, try using the "Run as Administrator" function for both formatting the drive and command prompt.


Anonymous said…
thanks for the instructions works like a charm everytime :D
got one question though, can you use partition manager to make partitions after XP has been installed successfully using this method?
Like Obama said... Yes We Can!


For more FAQ read comments.....

Anonymous said…
Hi Guys this is greate blog Guess what i sued the same instruction to install the Server 2003 sr2 and works well for my Home server
Thanks to you all the Contributor


UPDATE 3:
Everyone please read this WinToFlash Guide - Install Windows XP from USB Flash drive

UPDATE 4:
NOTE TO ANYBODY WHO'S FLASH DRIVE CANNOT BE DETECTED... If you are in Vista or Windows 7 (Like Me) you have to Right-Click PeToUSB.exe, go to Properties, Compatibility Tab, and in Windows 7, choose RUN IN COMPATIBILITY MODE, and select Windows XP (Service Pack 3).
In Vista, just do some kind of "xp" mode. Also, in Windows 7, Command Prompt will probably give you a "denied" message on one of the "CMD" commands. Before going into Command Prompt, Right Click it (When typing into the search box in start menu) and click "Run as Administrator".


-Jason
"The 11 Year Old Tech Wiz"

UPDATE 5:
Install Windows 7 from USB Flash drive guide

Microsoft Excel 2021 Full Course Tutorial (4+ Hours)

Creating a full course tutorial for Microsoft Excel 2021 is a comprehensive task beyond the scope of a single response. However, I can provi...