X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6440816f391a0107a5eb797a34be794c16b71d35..a3a5f1aa55cdfa0c9059313a37524101d8bee8cf:/doc/install/install-crunch-dispatch.textile diff --git a/doc/install/install-crunch-dispatch.textile b/doc/install/install-crunch-dispatch.textile index b713c2a32b..4c0209820f 100644 --- a/doc/install/install-crunch-dispatch.textile +++ b/doc/install/install-crunch-dispatch.textile @@ -28,8 +28,18 @@ On compute nodes: 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@). @@ -51,7 +61,7 @@ done Once you have imported some commits, you should be able to create a new job:
-read -rd "\000" newjob <