In: Computer Science
Hi,
Please find the answer below:
-----------------------------------
The configuration management process deals with how to identify, control and maintain changes to the software artifacts.
Artifacts can be source code, documents , test code, reports etc.
Tools that handle changes to source code are called source control tools like Perforce, git, subversion.
Once the artifact enters the configuration management system its baselined and any changes to that should be tracked, controlled.
Flow chart for the configuration management process is shown below:
----------------------------------
The company can move all the existing content from the hosting provider to an internal webserver.
Once configuration management starts any change should be identified, controlled, reviewed, etc.
Start the configuration management process.
-----------------------------------------
Hope this helps.