Project

General

Profile

Hacking » History » Version 8

Peter Amstutz, 03/03/2016 04:36 PM

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 7 Peter Amstutz
9
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 5 Tom Clegg
25
Running the very latest code:
26
* [[Upgrading to master]]