Install magento

Please try to follow the steps given below to install magento'
=============================

Step 1: Download Magento
The first thing you need to do is download the latest version.

Step 2: Upload Magento
Upload the magento folder to your public_html directory.

Step 3: Set File Permissions
You will need to set the following to 777, or writable by the server:
* magento/app/etc
* magento/media
* magento/var
* magento/var/.htaccess
Step 4: Create A MySQL Database
Login to your domain’s control panel
Click on the MySQL Database Wizard icon under Databases.
The first step is to give the database a name
Next, create a user that can access this database
Make sure this user has full privileges for this database. You can check the All Privileges box to do this.

Step 5: Run The Setup Wizard

Now we can launch the installation wizard in our browser. You can access this by going to:

http://www.yourdomain.com/magento/

It will automatically redirect you to the installation guide. After you review and agree to the license and set your locale settings, the next step is the configuration.
***********************************