Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Gather details of source code repository setup with EBS Objects. Such details generally include
    • 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 custom top objects.
    • For example, your URL may be https://github.com/flexagon9/demo.git, but source path for custom top might be EBS/XXHR.
  • 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 not needed on EBS Development server as mostly we use Partial Deployment and file export happens on FlexDeploy server in that model.

...