TubeTK/Development: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
No edit summary
Line 25: Line 25:
== 4. Setup your development environment ==
== 4. Setup your development environment ==


* TubeTK development MUST produce a linear history and follow VTK policies
* TubeTK git policy is being converted to promote a branchy workflow.
** [[TubeTK/GITConfiguration | REQUIRED Git Configuration]]
** We will be basing the TubeTK policy on the workflow described at http://nvie.com/posts/a-successful-git-branching-model
** [[TubeTK/GITUsage | REQUIRED Git Usage Policy and Procedures]]
* OLD:
** [[TubeTK/GITConfiguration | DEPRECATED: Git Configuration]]
** [[TubeTK/GITUsage | DEPRECATED: Git Usage Policy and Procedures]]
*** Extra Git info: [[TubeTK/GITCheatSheet | GIT Tips and Tricks]]
*** Extra Git info: [[TubeTK/GITCheatSheet | GIT Tips and Tricks]]



Revision as of 15:16, 14 November 2010

Collaborative TubeTK Development

Please follow these steps to build and extend TubeTK

1. View the software over the web

2. Check on the status of TubeTK

3. Download the software via git

  • Read-only access
  • Read and write access (assume you have an existing and approved gitorious account)
    • git clone git@gitorious.org:tubetk/tubetk.git
    • git push git@gitorious.org:tubetk/tubetk.git master

4. Setup your development environment

5. Build the toolkit

6. Read, learn, and follow the development guidelines

7. Read the FAQ

8. Contribute Code

9. Contribute Dashboard Clients

Integrating TubeTK

TubeTK and Slicer

TubeTK and ImageJ