Evaluate Changelogic without registration!
  

Managing Environments

What is an environment?
Environment is a foundation of software and hardware that a deployment of your product uses or communicates with. There are three types of environments: development, test and production. Usually, every developer has (or should have) his/her own development environment, because in that way developers do not interupt each others work. Code in test environment is more stable than in development environment, to allow quality assurance team and client testing. Code which reaches to production environment should be stable and usable for end user.

List of environments (project menu -> environments) gives quick overview of available environments in the project.



Environment details page gives quick overview of environment – its name, manager, state, phase and depoloyed version. Having a release manager role, you can change environment's name, manager and deployed version. It is also possible to deploy a new version into test or production environment from version details view.



You can add new environment from environments list page using link “New environment”. To add a new environment, release manager role is needed.