Project

General

Profile

Feature #21572

Updated by Brett Smith 2 months ago

User requested that this page just have a block of commands they can copy and paste to set everything up. I don't know if we can get 100% there right now, but we could probably get a lot closer, and good enough, with reasonable effort. Right now the page expects you to read a separate install page for each tool, which is a lot of hoop-jumping. Planned sections: 

 # Install with Debian/Ubuntu packages: Set up the apt repository, update, install all the client tool packages 
 # Install with RHEL family packages: Set up the yum repository, update, install all the client tool packages 
 # Install without privileges: Probably break this up into subsections to go from what most people will find easiest vs. hardest. Explain what you get at each step and let users know they can jump off whenever. 
 ## The Python tools: run @python3 -m venv@, @pip install arvados-cwl-runner arvados_fuse crunchstat_summary@ 
 ## If #20727 is done: Download @arvados-client@ to the right place 
 ## The Ruby tools: @gem install arvados-cli@—I'm less sure what's an appropriate incantation for this 

 The page can then link to separate pages for individual tools, for more information or for people who want to be more selective for whatever reason.

Back