Project

General

Profile

Hacking » History » Revision 13

Revision 12 (Tom Clegg, 05/21/2017 06:34 PM) → Revision 13/24 (Tom Clegg, 06/29/2017 05:44 PM)

h1. Hacking Arvados 

 Setting up your development environment: 
 * [[Arvbox]] uses docker containers to bring up a mini development cluster 
 * [[Hacking prerequisites]]: everything you need to run the test suite locally (manual configuration, not needed for Arvbox) 
 * [[Running tests]] for all components, like the "Jenkins server":https://ci.curoverse.com does 
 * [[Arvswitch]] provides some shell functions that make it easy to switch between different Arvados instances 

 Development processes: 
 * [[Coding Standards]] 
 * [[Emacs and Go]] 
 * [[Updating dependencies]] 
 * [[Copyright and licenses]] 

 Learning about technologies: 
 * [[Go#Learning Go]] 

 Working on Arvados components: 
 * [[Hacking API server]] 
 * [[Hacking Keep]] 
 * [[Hacking Workbench]] 
 * [[Hacking SDKs]] 
 * [[Hacking Python SDK]] 
 * [[Hacking Ruby SDK]] 
 * [[Hacking Node Manager]] 
 * [[Hacking Websocket server]] 

 Running the very latest code: 
 * [[Upgrading to master]]