Versions Compared

Key

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

The Getting Started Guide aims to put customers and potential customers on the fast-track for getting FlexDeploy up and operational in a very short period of time. This guide anchors on configuring FlexDeploy to perform build and deployments for Oracle EBS (for a single deployment environment – e.g. Test). Similar steps can be used to configure FlexDeploy for other technologies and/or environments.

...

  • Full Deploymentmodel – All customizations committed to an SCM branch are eligible for build and subsequent deployment to one or more environments. This model is suitable when there are structured releases, and branching and merging SCM strategies are used to manage concurrent development. This model supports continuous integration, and minimizes the day to day maintenance of picking and choosing which files to include in build and deployments.
  • Partial Deployment model – All customizations committed to an SCM branch are candidates for build and subsequent deployment to one or more environments. This model is suitable when a single SCM branch contains changes that will be built and deployed to the environments on different timelines. In this model, developers have the flexibility to select individual files at build time, assembling them into packages. These packages can then be deployed across the environments according to business requirements. In this model,  
Info
In both models you also have the ability to source AOL objects from your EBS development instance rather than the SCM if desired.

This Getting Started Guide walks through the step by step instructions to implement both of these models. The configuration steps are exactly the same, up until creating the FlexDeploy projects. Creating the two different project types and performing subsequent builds and deployments using the two different models is covered in the later sections of this guide. The complete documentation can be found in the FlexDeploy User's Guide.

...