Skip to content

Stack Deployment

This guide shows you how to select, configure, and deploy a stack from the catalog. The screenshots illustrate each step in detail.

Deploying a stack in ReadyStackGo is done in a few simple steps:

  1. Log in to the system
  2. Navigate to the Stack Catalog
  3. Select a product
  4. Configure variables
  5. Start deployment
  6. Monitor status

Open the ReadyStackGo web interface in your browser. You will be greeted with the login screen where you enter your credentials.

ReadyStackGo Login Page

  • Enter your username
  • Enter your password
  • Click Sign In

After successful login, you will be taken to the dashboard. Here you can see an overview of your environments and active deployments.

ReadyStackGo Dashboard


Navigate to the Stack Catalog via the main menu. The catalog shows all available products that you can deploy.

Stack Catalog with available products

Each product shows:

  • Name and Version
  • Description of the product
  • Category for easy filtering
  • Tags for search

Click on a product to open the detail page. Here you will find detailed information and available versions.

Product detail page

On this page you can:

  • Read the full product description
  • See the included stacks
  • Select a version
  • Proceed to deployment with Deploy

On the deploy page, you configure all necessary variables for your deployment. Variables are organized by groups.

Deploy configuration page

Enter a unique Stack Name. This name is used to identify the deployment and must be unique.

Fill in the required variables. Different input fields are displayed depending on the variable type:

  • String: Simple text field
  • Password: Masked password field
  • Port: Port selection with validation (1-65535)
  • Boolean: Toggle switch
  • Select: Dropdown selection
  • Connection String: Builder dialog for database connections

Once all required fields are filled, click the Deploy button in the sidebar. The deployment will start and you will be redirected to the deployments overview.


In the Deployments overview, you can see all active and past deployments with their current status.

Deployments overview

For each deployment you see:

  • Stack Name: The name you assigned
  • Status: Running, Stopped, Error
  • Services: Number of containers
  • Environment: The target environment

After a successful deployment, you can:

  • Monitor stack status in real-time
  • View container logs
  • Stop or restart the stack
  • Change variables and redeploy
  • Delete the stack