Skip to content

Commit 9aeb8f4

Browse files
committed
work on environment config page
1 parent 549d84e commit 9aeb8f4

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

content/pages/02-development-environments/15-environment-configuration.markdown

+25
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,29 @@ meta: Configuring a dev, test or production environment is important to successf
1111
Properly configuring a development, test or production environment is
1212
important for the successful execution of your Python application.
1313

14+
There are many de facto names for environments:
15+
16+
1. Local development
17+
1. Development / integration
18+
1. Test
19+
1. Staging
20+
1. Production
21+
22+
The above list provides the common environment names but there
23+
can be a limitless number and each organization has their own
24+
configuration.
25+
26+
27+
### Environment configuration resources
28+
* [Staging Servers, Source Control & Deploy Workflows, And Other Stuff Nobody Teaches You](https://www.kalzumeus.com/2010/12/12/staging-servers-source-control-deploy-workflows-and-other-stuff-nobody-teaches-you/)
29+
30+
* [Deployments best practices](http://guides.beanstalkapp.com/deployments/best-practices.html)
31+
explains the differences between various environments and why you
32+
need each one.
33+
34+
* [Best practices for staging environments](https://increment.com/development/center-stage-best-practices-for-staging-environments/)
35+
36+
* [Staging environment vs Production environment](https://softwareengineering.stackexchange.com/questions/117945/staging-environment-vs-production-environment)
37+
38+
* [A good QA team needs a proper software staging environment for testing](https://searchsoftwarequality.techtarget.com/tip/A-good-QA-team-needs-a-proper-software-staging-environment-for-testing)
1439

0 commit comments

Comments
 (0)