Project

General

Profile

Hacking » History » Version 12

Tom Clegg, 05/21/2017 06:34 PM

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