0

App environments

Managing the application lifecycle using environments

Kissflow's application lifecycle is an agile process of building applications in the development environment, deploying the application to test environment, and finally moving it to the live/production environment. Every Kissflow user will have default access to the Kissflow live account. As a Super Admin, you can add other Kissflow users to the development and test environments with admin or user privileges.

What are the environments in Kissflow Apps?

Kissflow Apps offer a unified console with visibility to all your default environments:

  • Development: This environment lets you build applications with an agile mindset. It can be shared with citizen developers and IT developers where they can design and build applications and fix bugs. As a Super Admin of the Kissflow account, you'll be able to add other users to the development environment. The default URL of this environment is dev-<account_name>.kissflow.com. You can always modify the URL if needed.
  • Production: It's the live Kissflow environment for production-ready applications and finished content. Employees of your organization consume the application from this environment. It's always the primary account domain of your Kissflow account. The Account Owner, all Super Admins, User Admins, Billing Admins, and users have access to the production environment. The default URL of this environment is <account_name>.kissflow.com.

To access environments

  1. Sign in to the production environment of your account.

  2. Click your profile picture on the top right corner of the page and click Environments from the dropdown.
     

     

Managing environments

Once you access the Environments page, you'll be able to copy all the environment URLs from here. Click Manage and you will be redirected to the Account administration page of that particular environment. This page contains all the settings and administrations options you will need to manage the environment, including options to add users and view the audit log. You can also modify the environment URLs under Account details.

When you change the domain address, you will be directed to the new URL and all users will be notified about this change.

User management

Adding users to the production environment

To provide access to a user, you must add them to the production environment. Click Manage under the production environment URL and go to User management. Here you can add users to various roles and manage their details.

Adding users to the development environment

In order to add users to the development environment of an account, they must already be added to the user management table in the production environment.

To map users to the development environment, click Manage under the development environment URL.

Only the users who have admin privileges will be visible under User management in the production environment. Click Add users to map them to the development environment.

Note: Adding users from production to development is crucial because only then you will be able to share apps to those users from the development environment.

Reasons for having separate environments

  • Application development is a continuous process. Because development involves extensive debugging and testing, mixing testing and production environments is never a good idea. Separate environments are required to avoid issues caused by application development and to limit the risk of business disruption.

  • To reduce the likelihood of unexpected downtime. You don't want any business to come to a halt because a new build has been put into production.
  • You must ensure that quality assurance, unit tests, and stress testing are all carried out in a completely separate environment. If something goes wrong in development or QA, it will have a negative impact on the production environment, affecting live users and their mission-critical data.
  • To increase the application's service level agreement (SLA) and give a better user experience for your users.
  • To reduce the odds of sensitive production data, falling into the wrong hands. Handling production data, like client info or financial transactions, requires regulatory security assurance.