TubeTK/Development: Difference between revisions

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


* TubeTK git policy promotes a [http://nvie.com/posts/a-successful-git-branching-model branchy workflow].
* [[TubeTK/Development/GITConfiguration | Git Configuration:]] Git installation instructions, and instructions to setup your git environment (user name, email, hooks, ...)
* [[TubeTK/Development/GITConfiguration | Git Configuration:]] Git installation instructions, and instructions to setup your git environment (user name, email, hooks, ...)
* [[TubeTK/Development/GITBranchingUsage | Git Usage and Procedures:]] How to get and contribute to TubeTK
* [[TubeTK/Development/GITBranchingUsage | Git Usage and Procedures:]] How to get and contribute to TubeTK: TubeTK git policy promotes a [http://nvie.com/posts/a-successful-git-branching-model branchy workflow].
* Additional Git info:
* Additional Git info:
** [[TubeTK/Development/GITCheatSheet | GIT Tips and Tricks]]
** [[TubeTK/Development/GITCheatSheet | GIT Tips and Tricks]]

Revision as of 23:10, 5 January 2011

__NOTITLE__


TubeTK Header.jpg


Home




For Users




For Developers




Contact Us

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