The V8.0.0 ibm-mfpf-container-8.0.0.0.zip package unpacks to the scripts and other necessary contents that deploy to IBM® Bluemix.
The V8.0.0 package provides the means to build your custom MobileFirst applications and deploy them to IBM Containers on Bluemix®.
After you download the package, extract the contents to your development environment to the ibm-mfpf-container-8.0.0.0.zip folder, also referred to as package_root in this document. The following tables contain descriptions of the top-level folders of the package offering.
Folder | Description |
---|---|
dependencies | Contains the IBM MobileFirst™ Platform Foundation runtime and IBM Java™ JRE 8. |
mfpf-analytics | Contains the artifacts required to build and deploy the MobileFirst Analytics container. |
mfpf-libs | Contains MobileFirst product component libraries and CLI. |
mfpf-server | Contains the artifacts required to build and deploy a MobileFirst Server container. |
mfpf-server-libertyapp | Contains the artifacts required to build and deploy a MobileFirst Server as Liberty for Java Cloud Foundry application. |
Folder | Description |
---|---|
scripts | Contains the properties files and scripts for building and deploying MobileFirst Server as a Cloud Foundry application or deploying in the IBM Containers and for deploying MobileFirst Analytics in IBM Containers. Other than the customizable args/*.properties files, do not modify any elements in this folder. |
usr | Contains user-configurable elements, such as keystores, properties, registry, and projects. Elements in this folder can be modified but not deleted. |
Scripts can only be run from within the scripts folder. Do not modify the given folder structure.
Example command execution usage: prepareserver.sh args/prepareserver.properties
For script usage help, use the -h or --help command-line arguments (for example, scriptname.sh --help).