Unknown macro: {next_previous_link3}
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

The quick start guide demonstrates how to get started with WSO2 Private PaaS in 15 minutes using a demo AMI. The detailed guide sequentially lists all the steps that need to be followed when working with WSO2 Private PaaS. This guide also acts as a navigator by pointing the readers to more detailed instructions whenever applicable.

Follow the instructions below to be able to smoothly work with Apache Stratos:

  1. Ensure that the installation prerequisites have been met prior to the WSO2 Private PaaS installation.
  2. Download WSO2 Private PaaS Installer, load balancer, Cartridge Agent and Stratos binary distributions from the following location or build from source.
    The installer archive comprises of the Private PaaS Git repository contents, excluding the source code. In the context of this documentation, <PRIVATE_PAAS_HOME> refers to either the unzipped contents of this installer, or the checked out contents from the Git repository.
    http://wso2.com/cloud/private-paas/

  3. Create a cartridge.

  4. Configure the product using one of the following approaches:

  5. Optionally, carryout the following steps:

    1. Manually configure a load balancer

    2. Configure WSO2 Private PaaS for high availability

  6. Change the default super tenant admin password.

  7. If you are going to use the CLI interface, configure the CLI tool.

  8. Add tenants.
    Tenants can be added either via the CLI, UI or REST API. For more information, see Tenant Management.

  9. Deploy partitions
    Partitions can be added either via the CLI, UI or REST API. For more information, see Working with Partitions.

  10. Deploy deployment policies
    Deployment policies can be added either via the CLI, UI or REST API. For more information, see Working with Deployment Policies.

  11. Deploy auto-scaling policies
    Auto-scaling policies can be added either via the CLI, UI or REST API. For more information, see Working with Auto-scaling Policies.

  12. Optionally, deploy a Load Balancer as a cartridge.
    A Load Balancer can be deployed as a cartridge via the CLI, UI or REST API. For more information, see Working with Cartridges and Customization based on Load Balancer.

  13. Deploy a cartridge.
    A cartridge can be deployed as a cartridge via the CLI, UI or REST API. For more information, see Working with Cartridges.

  14. If you have deployed a multi-tenant cartridge, deploy a multi-tenant service cluster; otherwise, skip this step.

  15. If required, host artifacts in the Git repository. Ensure to maintain the required Git folder structure.
    Data cartridges and application cartridges do not use artifacts; therefore, only framework cartridges require a Git repository. 

    WSO2 Private PaaS only supports artifacts that can be deployed at run-time in a cartridge. Therefore, artifacts that require the server to be restarted after being deployed are not supported.

  16. Optionally, enable automated deployment synchronization.
    There may be instances where the artifacts in the Git repository need to be continuously developed. Automated deployment synchronization will ensure that the changes made in the Git repository are seamlessly propagated into the respective cartridge.

  17. Subscribe to cartridges
    You can subscribe to a cartridge via the CLI, UI or REST API. For more information, see Subscription Management.

    If you subscribe a single tenant framework cartridge, Stratos will retrieve the respective artifacts from the Git repository and install it in the cartridge. Thereafter, you will be able access and invoke the artifacts.
  18. Optionally, enable manual deployment synchronization.
    There may be instances where the artifacts in the Git repository need to be updated. Manual deployment synchronization will enable you to manually propagate the Git repository changes into the respective cartridge. 

  • No labels