-
Notifications
You must be signed in to change notification settings - Fork 3
2.1 Getting started
Geert Hofman edited this page Jun 5, 2015
·
1 revision
#1. Repository structure
The repository has 4 branches “0-work”, “1-dev”, “2-beta” & “master”.
- 0-work is where developers will work on. Which means, every collaborator must work on this branch.
- 1-dev is used when 0-work has working code by merging 0-work into 1-dev.
- 2-beta is used the same way as 1-dev if the code on 1-dev has passed the tests.
- The master branch will contain code from 2-beta after satisfying tests.
#2. Deployments
Each branch represents a state and are deployed on different domains with different databases.
- 0-work: https://work.owaes.org (introduction new features and very little test data)
- 1-dev: https://dev.owaes.org (new features and dummy data, more or less a closed beta)
- 2-beta: https://demo.owaes.org (open beta with data inserted by anyone)
- master: https://start.owaes.org (end version with stable features and real data from members)