X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/23da33efa3ca74898ad2d61b971ea2e8e8a08c8b..2c7150729fcf1521d831b38c6aab016818b6b66a:/doc/install/install-crunch-dispatch.textile?ds=sidebyside diff --git a/doc/install/install-crunch-dispatch.textile b/doc/install/install-crunch-dispatch.textile index 08bcfe6af4..4c0209820f 100644 --- a/doc/install/install-crunch-dispatch.textile +++ b/doc/install/install-crunch-dispatch.textile @@ -26,6 +26,20 @@ On compute nodes: * @pip install --upgrade pyvcf@ +h4. Redis + +On controller: + +* @apt-get install redis-server@ + +h4. Crunch user account + +On compute nodes and controller: + +* @adduser crunch@ + +The crunch user should have the same UID, GID, and home directory on all compute nodes and on the controller. + h4. Repositories Crunch scripts must be in git repositories in @/var/cache/git/*/.git@ (or whatever is configured in @services/api/config/environments/production.rb@). @@ -47,7 +61,7 @@ done Once you have imported some commits, you should be able to create a new job:
-read -rd "\000" newjob <