Once you have a copy of zookeepr, please have a look at the INSTALL file inside it for further instructions.
NB: This page needs a serious update
Getting a branch for development
Basically just sign up for an account on launchpad.net, go to the project and select "register branch" (https://code.launchpad.net/zookeepr/+addbranch). Once you are done making your changes in the branch. Once you have registered your branch zookeepr will provide you with instructions on how to pull and push to your personal development copy. Once you are done making your changes in the branch, please select "propose for merging" where somebody on the core team will merge it into the trunk from where you may make another branch and continue going ;).
Goals
- Has to be well documented
- Has to be easily deployable
- Has to be flexible
- Has to be featureful
- Has to kick arse!
Architecture
- How Zookeepr fits together
- Which bits do what
- Roadmap provides a temporary mishmash of milestones and architecture
Dependencies
- easy_install and the cheeseshop
- Pylons and Paste
- yada-yada-yada...
Working on Zookeepr
- Style guidelines for code
- Writing unit tests
- Where and how to add new feature
- Launchpad Branch for Core Team