This repository has been archived by the owner on Jan 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Github Workflow
adysevy edited this page Apr 3, 2015
·
13 revisions
Since multiple developers (who are not co located) are working on this product, we would like to follow this workflow:
- master branch is synced with the live application at civicgraph.io
- testing branch is synced with the testing application at bit.ly/cgraphtest
- development is being done out of the testing branch
- every story or bug gets its own branch
- when a story is complete - merge it to the testing branch
- deploy the changes to the testing environment
- upon approval of the changes - merge the testing branch to the master branch
- deploy the changes to the live environment
Database:
- The database URLs and credentials will be given to our collaborators.
Introduction | Environment | Setup-Windows | Setup-Mac | Develop | Creative Commons (CC BY-SA)
- Introduction
- Setting up the Environment
- Getting started
- Development workflow