Web Design Forum HTML CSS JavaScript PHP Graphic Design SEO forum

Full Version: How to install wordpress?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
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 You Begin Installing WordPress
The Famous 5-Minute Installation
Detailed Installation Instructions
Common Installation Problems
WordPress in Your Language
Installing WordPress in Your Language
How to Install Multiple Blogs
How to Install on Your Own Computer
Easy 5 Minute Wordpress Installation on Windows
Getting Started with WordPress (much more installation info)



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.
6.Run the WordPress installation script by accessing wp-admin/install.php in a web browser.
1) Download WordPress
Download the latest release of WordPress from http://wordpress.org/download/ and unzip it.
2) Create WordPress Username and Database
Create a database for WordPress on your Web Server and a MySQL user with all privileges (access and modify) using your hosting provider’s service (cPanel) or your own Web Server (using phpMyAdmin)
Using hosting provider’s service -> cPanel
• Login to your website and go to Control Panel (cPanel) and under the Database section click on MySQL Database Wizard icon.
• Give a name to your database. E.g. demo (this name would be preceded by your hosting account name e.g. myname_demo)
• Create a username and password for the database user e.g. jeff (again this would be preceded by your hosting account name e.g. myname_jeff). Make sure to provide a strong password.
• Add the user to database and assign privileges. Check the All Privileges checkbox.
• Success message is shown, “User myname_jeff was added to database myname_demo”
• Remember username, database name, hostname and password.
Using your own Web Server -> phpMyAdmin
• In your web server’s phpMyAdmin, create a new Database by entering Database name and clicking on Create. E.g. demo
• Go to Home page (upper left) and click on Add a new User. Select ‘Use Text Field’ from the
dropdown list and enter a username and a strong password. Leave all options under Global privileges with their default values.
• In the Privileges section, go to Database-specific privileges and select the database created above under the Add privileges to the following database dropdown. Click on Check All.
• Click Go.
• Remember the hostname written after Server: at the top of the page.
3) Set up the config file
• In the unzipped WordPress package, locate the wp-config-sample.php file and rename it to
4) Upload necessary files at proper location
1) Download WordPress
Download the latest release of WordPress from http://wordpress.org/download/ and unzip it.
2) Create WordPress Username and Database
Create a database for WordPress on your Web Server and a MySQL user with all privileges (access and modify) using your hosting provider’s service (cPanel) or your own Web Server (using phpMyAdmin)
Using hosting provider’s service -> cPanel
• Login to your website and go to Control Panel (cPanel) and under the Database section click on MySQL Database Wizard icon.
• Give a name to your database. E.g. demo (this name would be preceded by your hosting account name e.g. myname_demo)
• Create a username and password for the database user e.g. jeff (again this would be preceded by your hosting account name e.g. myname_jeff). Make sure to provide a strong password.
• Add the user to database and assign privileges. Check the All Privileges checkbox.
• Success message is shown, “User myname_jeff was added to database myname_demo”
• Remember username, database name, hostname and password.
Using your own Web Server -> phpMyAdmin
• In your web server’s phpMyAdmin, create a new Database by entering Database name and clicking on Create. E.g. demo
• Go to Home page (upper left) and click on Add a new User. Select ‘Use Text Field’ from the
dropdown list and enter a username and a strong password. Leave all options under Global privileges with their default values.
• In the Privileges section, go to Database-specific privileges and select the database created above under the Add privileges to the following database dropdown. Click on Check All.
• Click Go.
• Remember the hostname written after Server: at the top of the page.
3) Set up the config file
4) Upload necessary files at proper location
Decide where you would like your blog to appear on the website:
a) In the root directory of your web site. (E.g.: http://yourwebsite.com/)
b) In a subdirectory of your web site. (E.g., http://yourwebsite.com/demo/ or http://yourwebsite.com/abc/demo) Root Directory
5) Run Install script
The given information is really informative. You were describe very easily and simple so people will be understanding speedily and its give me a lots of guided. I don't know even basic idea about it. So I am very thank full to you.
heilpful info even i also not knowing but the info shared here is very cool and informative.
thanks for sharing this stuff with us
Hope this link might be help you : labnol.org/software/install-wordpress-on-computer/10343/
Pages: 1 2
Reference URL's