Skip to content

Latest commit

 

History

History
68 lines (59 loc) · 3.88 KB

READ_THIS_FIRST.md

File metadata and controls

68 lines (59 loc) · 3.88 KB
modresorts-1.0.war
Migration plan Liberty on Cloud Pak for Apps on OpenShift Cloud
Migration complexity Simple
Summary of work
Total issues 0
Estimated effort (days) 5.0
External dependencies No issues found

Source code project

This source code Maven project generated by Transformation Advisor enables you to make changes to your application before migrating it to Liberty. The analysis document and report available in Transformation Advisor describe the changes necessary for a successful migration. If you are using Eclipse, the IBM WebSphere Migration Toolkit makes source code updates easier. The toolkit is available in the Eclipse Marketplace.

How the bundle helps with modernization

  • Provides files that are necessary for containerization, accelerating the deployment to Liberty.

  • Helps you to be compliant with your company standards and use the architecture, tools, and pipelines defined for your team by enabling your builds for Accelerator for Teams.

  • Sets up an Application project for local build, test and eventual deployment using the pipeline that is associated with your Accelerator for Teams collection.

    Bundle contents
    Files for building a containerized image
    server.xmlContains the Liberty server configuration for the application you are migrating. It configures application dependencies such as database connections and messaging. The server.xml may need some updates - for example, adding passwords that have been hidden by Transformation Advisor. For more details see link.
    .appsody-config.yamlThe .appsody-config file specifies an Application stack image. The Application stack will internally define the Dockerfile that will be used to build an image for your application.
    pom.xmlThe pom.xml contains information about the project and configuration details used by Maven to build the project.
    Files for deploying
    app-deploy.yamlA deployment manifest required by the Application.
    Source directory
    srcContains a mini application that can be used to test your build and deploy process. After testing, you can copy your application's source code and resources into the source directory tree to start building and deploying.

    Documentation & support

    For more information and instructions on how to use this software see the IBM Knowledge Center manual link.

    To build and deploy using Accelerator for Teams - go to the migration plan page in Transformation Advisor and select the option to use Accelerator for Teams, before downloading or pushing the bundle to Git. Accelerator for Teams was derived from the Kabanero.io software, for more details on using this feature see Kabanero.io documentation.

    Additional information on IBM Cloud Pak for Applications can be found here.