-
Notifications
You must be signed in to change notification settings - Fork 3
Home
#Welcome to the OWAES wiki
#About the project and the platform
#Working on OWAES
- Getting started
- Setting up a development environment
- Using Git
- Reporting a bug
- Contributing
- Documentation
##Getting started
###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.
And last 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)
##Contributing You can contribute by forking OWAES and sending pull requests afterwards.
##Documentation
More information at info.owaes.