Skip to end of metadata
Go to start of metadata

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

Compare with Current View Version History

Version 1 Next »


Dev, Test and Prod:

When developing software projects, it makes sense to have a number of different environments that will allow you to develop without it affecting testing or production systems.

In most cases, these will be a Dev, Test/UAT, and Production environment.

For CMS based answerSpace environments, these are usually named using a -[environment] at the end of your project name.

For example:

  • blinkm.co/myproject-dev
  • blinkm.co/myproject-test
  • blinkm.co/myproject-prod


  • No labels