Project

General

Profile

Hacking » History » Version 11

Tom Clegg, 03/17/2017 03:23 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 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]]