Web Design Forum HTML CSS JavaScript PHP Graphic Design SEO forum
How to install wordpress? - Printable Version

+- Web Design Forum HTML CSS JavaScript PHP Graphic Design SEO forum (http://www.webdesignforum.com.au)
+-- Forum: Web and Graphic Design (/forumdisplay.php?fid=1)
+--- Forum: Programming (/forumdisplay.php?fid=10)
+--- Thread: How to install wordpress? (/showthread.php?tid=151)

Pages: 1 2


RE: How to install wordpress? - displaybanner - 01-13-2012 08:02 PM

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.


RE: How to install wordpress? - hairtransplant - 02-10-2012 11:58 PM

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


RE: How to install wordpress? - ilhtdubai - 03-26-2012 03:58 AM

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


RE: How to install wordpress? - openxcellaus - 03-27-2012 07:38 PM

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.


RE: How to install wordpress? - davidglenn - 07-13-2012 10:37 PM

heilpful info even i also not knowing but the info shared here is very cool and informative.


RE: How to install wordpress? - kavinpeters - 08-30-2012 11:43 PM

thanks for sharing this stuff with us


RE: How to install wordpress? - sabizuk - 05-23-2013 08:15 PM

Hope this link might be help you : labnol.org/software/install-wordpress-on-computer/10343/