Basic and simply wordpress tutorial

comunidaduser31

New Member
Messages
91
Reaction score
1
Points
0
[h=3]Things You Need to Do to Install WordPress[/h]
  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
[h=2]Quick installation.[/h]
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 editorhttp://codex.wordpress.org/Glossary#Text_editor and fill in your database detailshttp://codex.wordpress.org/Installing_WordPress#Step_3:_Set_up_wp-config.php as explained in Editing wp-config.phphttp://codex.wordpress.org/Editing_wp-config.php to generate and use your secret key password.
DATABAS NAME: your choose
USERNAME: your choose
PASSWORD: your choose
MYSQL SERVER: at x10hosting, you have to less localhost



  1. 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/), rename the directory wordpress to the name you'd like the subdirectory to have and move or upload it to your web server. For example if you want the WordPress installation in a subdirectory called "blog", you should rename the directory called "wordpress" to "blog" and upload it to the root directory of your web server.
  2. Run the WordPress installation script by accessing wp-admin/install.php in a web browser.
Now is installed, if you go to yourdomain/wp-admin you can log to the admin dashboard. For me wordpress can be used like blog manager and also like portal content manager.
[h=2][/h]
 
Top