https://github.com/pmsipilot/plan
Release management tool
https://github.com/pmsipilot/plan
planning release
Last synced: 2 months ago
JSON representation
Release management tool
- Host: GitHub
- URL: https://github.com/pmsipilot/plan
- Owner: pmsipilot
- License: mit
- Created: 2014-11-06T10:56:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-24T19:56:49.000Z (almost 8 years ago)
- Last Synced: 2025-04-10T18:06:12.354Z (2 months ago)
- Topics: planning, release
- Language: JavaScript
- Homepage:
- Size: 161 KB
- Stars: 8
- Watchers: 20
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Plan

Plan is a release management tool suitable for any project based on versionned sub-components. It acts as a gatekeeper
capable of synchronizing development teams engaged in a delivery process.Features:
* projects' time planning: a project is defined basically by a start date, a planned date and a due date
* versions' dependencies: a project can depend on multiple sub-projects. Plan links projects to each other in order to
manage versions' dependencies & bottlenecks.
* release management: the tool shows you what are the current statuses of your next software releases## Pre requisites
* [Docker](https://docs.docker.com)
* [Docker Compose](https://docs.docker.com/compose/)## Installation
The following steps will build 2 containers with MongoDB and Plan.
### Development
```shell
$ docker-compose up
```From here, the application is available at the following URL: `http://localhost:3700`.
## License
This project is released under the [MIT license](LICENSE).