Posts Tagged ‘ Install ’

Installing bbPress 1.0.3 into WordPress 3.2.1 Site

2011/10/25
By
Modified: 2011/10/21

This example shows installing bbPress 1.0.3 into WordPress 3.2.1. Download latest bbPress forum software form http://bbpress.org/download/. Unzip bbPress directory into a logical place inside your WordPress site. This example places bbPress into wp-content directory. ` Installation Navigate with your browser to YourSite/wp-content/bbPress Installation and configuration wizard starts: There doesn't seem to be a bb-config.phpfile. This usually means that you want to install bbPress. Go to Step 1 and specify Database name, Database user and Database password taken from your wp-config.php file. Save database configuration, note message Your settings have been saved to the file bb-config.php You can now continue to the next step. Go to Step 2 – WordPress integration. Start…

Read more »


Movng WordPress Site to a W2K8 Server and IIS7

2010/07/19
By
Modified: 2011/03/15
Movng WordPress Site to a W2K8 Server and IIS7

If you like to be in control of all your servers, you would love the gentle nature of WordPress installation.  Installation includes PHP,  MySQL  and  WordPress components.  All steps can be done manually.  Instead of running install, you can just copy files and directories, and make manual configurations adjustments.  It is like labyrinth of  DLL(s) meets the non-DLL world for the first time.   Check IIS7 Installed Components Windows Server 2008 comes with IIS 7.  Windows 7  and Server 2008 R2 come with IIS 7.5. Check that CGI is installed under IIS Roles (Windows Features).   Installing PHP Download and install latest PHP. Warning 1: Pick “nts” (non-thread-safe) package, if you are…

Read more »