Source Tree Overview » History » Revision 3
Revision 2 (Ward Vandewege, 04/10/2013 05:41 PM) → Revision 3/18 (Ward Vandewege, 04/10/2013 05:44 PM)
h1. Source Tree Overview This is an introduction to the source code of the Arvados services, components, SDKs, and sample applications (clients). h2. Download Get the code: instructions live on the [[Download]] page. h2. Components |*Component* |*Name* |*Source path* |*Habitat* |*Notes*| |API server |API server |/services/api/ || |Arvados API server|arvados:/services/api/|| |Content Addressable Storage server |Keep |/services/keep/ |arvados:/services/keep/ || |Authentication server |SSO server |/services/sso/ || |Arvados SSO server|arvados:/services/sso/|| |Documentation |Documentation|/doc/ |Build |Arvados documentation|arvados:/doc/|Build static html with jekyll: gem install jekyll; cd doc; jekyll; output in _site/| |Command line client |wh |/sdk/cli |beta| |arvados:/sdk/cli || |Rails SDK |Rails SDK |/sdk/rails |planned| |arvados:/sdk/rails || |Python SDK |Python SDK |/sdk/python |alpha| |arvados:/sdk/python || |Ruby SDK |Ruby SDK |/sdk/ruby |planned| |arvados:/sdk/ruby || |Web based console/dashboard |Explorer |/apps/explorer || |Arvados Explorer|arvados:/apps/explorer||