https://github.com/willis7/relenv
https://github.com/willis7/relenv
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/willis7/relenv
- Owner: willis7
- Created: 2013-06-28T18:11:40.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-05-08T23:16:22.000Z (about 12 years ago)
- Last Synced: 2025-04-13T16:59:56.457Z (about 1 year ago)
- Language: JavaScript
- Size: 910 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
RelEnv
======
## Problem
When working with systems that span multiple hardware/technology stacks it can be difficult to track what versions of each application reside in each environment.
Example:
A system may have an Oracle DB, SQL Server, Service Bus and possibly a client tier. To test this system you may have a development, System Test, User Test and Production Environment. Tracking the versions of each component becomes increasingly difficult the larger the system.
## Solution
This grails project attempts to address the problem by offering a way of tracking the progress of Projects, Releasese and Versions, whilst also maintaining information around what is in each environment.