Meet a customer, need to find someone else to do the official website and we help them to do another part of the site together, and will all the server replaced by the server we bought for him inside.
Result send me an account, let me go to get.
Entered the next, found that is weaving dream, we all know that weaving dream is PHP, I have never done, to PHP completely unfamiliar, this began a step-by-Step build PHP environment, change the distance of the dream server space.
Record the process here, to avoid forgetting, but also to provide you with a more complete method of experience.
The first step:
Download FTP data
first into the background backup database; and now the entire file, directly through the folder is not, need to use tools FileZilla, we can directly Baidu download.
Step Two:
Build PHP Environment
The first to find on the Internet, walked a lot of long way, in fact, very simple, first download PHP compressed files, go to the official website (http://windows.php.net/download/), because it is a Windows system so must be non Thread safe version, In accordance with their own server configuration download X86 or X64 can, download, download PHP mamger, because I d server by default is IIS7, so directly download http://www.iis.net/downloads/community/2010/09 /php-manager-for-iis-7, click Install.
Step Three:
Build a website
Upload the downloaded file to the server and publish it to IIS. Okay, here's the key point:
The previous step is to install the PHP manager, so there will be a tool on the site, click on this tool, configure PHP.
Execution succeeds, and the PHP environment is built to complete.
Fourth Step:
Configure the Dream server
First, go to the Knitting Dream website Download the latest installation package (http://www.dedecms.com/) and copy the install files from the installation package to the server file (remove the previous one).
The next step is to reconfigure the
First create an empty database (yes, the server must also have MySQL installed)
Then go to address: Http://IP (or domain name, if the port is not 80 add: port)/install;
Then step by step configuration, remember if the port number is not 80, enter the IP address or domain name when you want to add (: your port number);
Such as
Then the configuration is complete.
After the configuration into the background, restore the database, to complete this.
Build PHP environment, change the dream server