Skip to content

Instantly share code, notes, and snippets.

@silverly
Last active August 29, 2015 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save silverly/bc925077539b31c61676 to your computer and use it in GitHub Desktop.
Save silverly/bc925077539b31c61676 to your computer and use it in GitHub Desktop.
List of environments that i can think of
http://en.wikipedia.org/wiki/Development_environment_(software_development_process)
Environment/Tier Name Description
Local - Developer's desktop/workstation
Development - Development server aka sandbox
Integration - CI build target, or for developer testing of side effects
Test/QA - For functional, performance testing, Quality Assurance etc.
UAT User - acceptance testing
Stage/Pre-production - Mirror of production environment
Production/Live - Serves end-users/clients
#Local
Environments that are used for doing things on a local machine
#Production
Environments that are used for seeing things that are deployed
#Testing
Environments that are used for testing various systems
#Live
Environments that are used with actual clients
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment