...
- Gather details of source code repository setup. Such details will be different based on type of source code repository but generally
- URL for source code repository
- User / Password for source control system. You can setup generic user for this purpose. User should have read and write access to source control repository.
- Path inside repository for specific components.
- Make sure FlexDeploy server has connectivity to Source Control system. You can use ping command to make sure that you can connect to source control system host.
- You should have necessary client to interact with source code repository, so that you can modify files if necessary. This depends on type of source code repository being used.
- If you are using Git, make sure that Git 1.7.9 or higher is installed on FlexDeploy server. Git is Some SCMs require clients to be installed on the FlexDeploy servers. SCM clients are typically not needed on EBS Development server as mostly we use Partial Deployment and file export happens on FlexDeploy server in that model.
...