Environments
When designing Stage5, we heavily thought about practices that are well known in the software industry. One of the practices is having different environments, where each environment is clone of the system, however, it can be in different versions. The rational is to allow different groups of people to work against the system in different versions and in complete isolation from each other.
Environments in Stage5
In Stage5 there are 3 types of environments, one for each use case:
Development (Dev)
Purpose: Personal development environment
Access: Only you can access and publish
Use Case: Test new features before sharing with your team
Staging
Purpose: Shared testing environment
Access: All team members with access can publish
Use Case: Test features with your team before releasing to customers
Production (Public)
Purpose: Live customer-facing environment
Access: All team members with access can publish, customers can interact
Use Case: Your live assistant that end users interact with
Last updated