-
Notifications
You must be signed in to change notification settings - Fork 1
Environments
Vanessa Ejikeme edited this page Jan 3, 2018
·
2 revisions
This Project has three environments which are:
- Development
- Test
- Production
This is the local development environment with configurations that make the workflow easier. It is a simulation of the production environment as closely as possible but it is configured to work with dummy data and ensures that features are properly tested before it moved to production.
The test environment is used to run integration and unit tests for this application. It is completely separate and it has its own migrations and seeders. For this project the test environment is configured on TRAVIS CI.
This is the live environment that contains real data. This can be seen on any hosting platform e.g Heroku, Amazon Web Services.