Hacking » History » Version 10
Tom Clegg, 12/11/2016 01:46 AM
1 | 8 | Peter Amstutz | h1. Hacking Arvados |
---|---|---|---|
2 | 1 | Tom Clegg | |
3 | Setting up your development environment: |
||
4 | 7 | Peter Amstutz | * [[Arvbox]] provides a self contained development environment |
5 | * [[Hacking prerequisites]]: everything you need to run the test suite locally (manual configuration, not needed for Arvbox) |
||
6 | 1 | Tom Clegg | * [[Go]] |
7 | * [[Running tests]] for all components, like the "Jenkins server":https://ci.curoverse.com does |
||
8 | 9 | Peter Amstutz | * [[Arvswitch]] provides some shell functions that make it easy to switch between different Arvados instances |
9 | 7 | Peter Amstutz | |
10 | Development processes: |
||
11 | * [[Coding Standards]] |
||
12 | 1 | Tom Clegg | |
13 | Learning about technologies: |
||
14 | * [[Go#Learning Go]] |
||
15 | |||
16 | Working on Arvados components: |
||
17 | * [[Hacking API server]] |
||
18 | * [[Hacking Keep]] |
||
19 | * [[Hacking Workbench]] |
||
20 | * [[Hacking SDKs]] |
||
21 | * [[Hacking Python SDK]] |
||
22 | * [[Hacking Ruby SDK]] |
||
23 | 2 | Ward Vandewege | * [[Hacking Node Manager]] |
24 | 10 | Tom Clegg | * [[Hacking Websocket server]] |
25 | 5 | Tom Clegg | |
26 | Running the very latest code: |
||
27 | * [[Upgrading to master]] |