Difference between revisions of "Contributions"

From XMission Wiki
Jump to: navigation, search
(Installing WordPress)
Line 8: Line 8:
  
 
== Installing WordPress ==
 
== Installing WordPress ==
 +
 +
'''Things you need to do to install WordPress'''
 +
*Download and unzip the WordPress package, if you haven't already.
 +
*Create a database for WordPress.
 +
*Rename the wp-config-sample.php file to wp-config.php.
 +
*Open wp-config.php in a text editor and fill in your database details.
 +
*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. /home/users/u/username/
 +
**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. /home/users/u/username/blog/
 +
*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

Revision as of 11:01, 25 November 2011

Customer Contributions

In using the [RVS4000] router, you will find that turning of DoS protection will allow better DNS resolution and turning off IPS will allow better throughput.

The RVS4000 router has a very high throughput (800 Mbps) and thus can be a relatively cheap ($140) router to use with a UTOPIA connection, without limiting throughput.

Add Your Contributions Here

Installing WordPress

Things you need to do to install WordPress

  • Download and unzip the WordPress package, if you haven't already.
  • Create a database for WordPress.
  • Rename the wp-config-sample.php file to wp-config.php.
  • Open wp-config.php in a text editor and fill in your database details.
  • 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. /home/users/u/username/
    • 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. /home/users/u/username/blog/
  • Run the WordPress installation script by accessing wp-admin/install.php in a web browser.