#1. I need to add this to wp-config.php
...............................................
//FIXME: do comment/remove these hack lines. (once the database is updated)
update_option('siteurl', 'http://www.mydomain.com' );
update_option('home', 'http://www.mydomain.com' );
...............................................
note: as for multisite I don't get the general setting option to change the URL there ?
#2. and then would need to transfer the files to the new server , and update-import the database ....
#3. and then if needed use the Search and replace plugin .... to change the post links used by my websites' blog user.
Is this all ? or is there any thing else ?
Will this leave the multisite settings undisturbed and working ?
Thanks again for your spontaneous help and reply , so I'm much a novice, but this transfer knowledge is very essential for me.
Tuesday, November 23, 2010
Monday, November 22, 2010
testing, developing,production
"The Release management discipline covers moving code form a developers machine to live/production. This is done in the following order or there about:
Developer develops code and runs unit test, integration tests and re-factors the code prior to putting it in to the main build, which then leads to
Install and build test server, this is where the install team install the code which has come out of the build, if the build does not work then the release manager knows there is a problem, most companies have a code curfew where they make sure developers don’t submit code for the nights build unless hey have tested it. Then the Build is automatically run every night using the code cut form the curfew time.
If the install is ok a regression test is run and if this passes, then the code is release to the test team, on one or more ideally two test servers. The testers then run their test scripts against the test plan and test schedule, which is driven by the requirements and change control documents.
Once it is tested by the test team, the code is moved onto the staging server where the business test the code and sign off as to fit for productions, normally refereed to as UAT (User Acceptance testing), then there is OAT (Operational Acceptance testing) which is done on a server which is like production, this is where the staging server come into its own, as this is normally the same as production where the normal test servers are normally virtual servers and lower spec. On the staging server the company may also run performance tests which are linked to the acceptance criteria as agreed between the business and the development team/company.
Then once there is a signature on a release note, down time for production is planned and the release is moved to production and put live, make sure there is a roll back position, if not you could end up with production down for hours and a not very happy business. years ago in a roll for a telco, down time of the network was counted in millions per second, even a single cell or part of the min network could lose a Million every 15 minutes, so the pressure was on to make sure the code was tested and a signature was given before moving to the next stage of the release process."
Monday, November 8, 2010
32 bit or 64 bit windows?
To find out if your computer is running 32-bit or 64-bit Windows, do the following:
- Open System by clicking the Start button
, clicking Control Panel, clicking System and Maintenance, and then clicking System.
- Under System, you can view the system type.
Thursday, November 4, 2010
Can not Start Windows Process Activation Service
Got an error message after uninstall IIS7 on windows 2008 R2, and deleted the C:\inetpub folder.
"The Windows Process Activation Service service terminated with the following error:
The system cannot find the file specified."
http://technet.microsoft.com/en-us/library/cc734935.aspx, which has, as the first option for solving this problem:
To resolve this issue, make sure that the appPools directory meets the following requirements:
- The directory must exist.
- The directory cannot be on a UNC path.
- The directory must be available to WAS and should have the following permissions:
* SYSTEM: Full Access
* Administrators: Full Access
* IIS_IUSRS: Read
"The Windows Process Activation Service service terminated with the following error:
The system cannot find the file specified."
http://technet.microsoft.com/en-us/library/cc734935.aspx, which has, as the first option for solving this problem:
To resolve this issue, make sure that the appPools directory meets the following requirements:
- The directory must exist.
- The directory cannot be on a UNC path.
- The directory must be available to WAS and should have the following permissions:
* SYSTEM: Full Access
* Administrators: Full Access
* IIS_IUSRS: Read
Subscribe to:
Posts (Atom)