Hacking » History » Revision 16
Revision 15 (Peter Amstutz, 10/29/2018 07:32 PM) → Revision 16/24 (Peter Amstutz, 10/29/2018 07:32 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]] * [[Arvados-cwl-runner development]] * [[Setting up an arvbox dev federation]] [[Setting_up_an_arvbox_dev_federation]] Running the very latest code: * [[Upgrading to master]]