X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/dc0237c289882a058a0d5c91b720a4b37917bc9d..a50278e3d0e26bb5d513d0af5da2fb559b112388:/doc/install/install-keepstore.html.textile.liquid diff --git a/doc/install/install-keepstore.html.textile.liquid b/doc/install/install-keepstore.html.textile.liquid index eb537836f5..4cb46e1380 100644 --- a/doc/install/install-keepstore.html.textile.liquid +++ b/doc/install/install-keepstore.html.textile.liquid @@ -4,8 +4,6 @@ navsection: installguide title: Install Keepstore servers ... -This installation guide assumes you are on a 64 bit Debian or Ubuntu system. - We are going to install two Keepstore servers. By convention, we use the following hostname pattern:
@@ -19,13 +17,17 @@ Because the Keepstore servers are not directly accessible from the internet, the h2. Install Keepstore -First add the Arvados apt repository, and then install the Keepstore package. +On Debian-based systems: -
~$ echo "deb http://apt.arvados.org/ wheezy main" | sudo tee /etc/apt/sources.list.d/apt.arvados.org.list
-~$ sudo /usr/bin/apt-key adv --keyserver pool.sks-keyservers.net --recv 1078ECD7
-~$ sudo /usr/bin/apt-get update
-~$ sudo /usr/bin/apt-get install keepstore
+
~$ sudo apt-get install keepstore
+
+ + +On Red Hat-based systems: + + +
~$ sudo yum install keepstore
 
@@ -63,11 +65,10 @@ Prepare one or more volumes for Keepstore to use. Simply create a /keep director 2015/05/08 13:44:26 keepstore starting, pid 2765 2015/05/08 13:44:26 Using volume [UnixVolume /mnt/keep] (writable=true) 2015/05/08 13:44:26 listening at :25107 -
-It's recommended to run Keepstore under "runit":https://packages.debian.org/search?keywords=runit or something similar. +It's recommended to run Keepstore under "runit":http://smarden.org/runit/ or something similar. Repeat this section for each Keepstore server you are setting up. @@ -82,7 +83,7 @@ Make sure to update the @service_host@ value to match each of your Keepstore ser ~$ echo "Site prefix is '$prefix'" ~$ read -rd $'\000' keepservice <<EOF; arv keep_service create --keep-service "$keepservice" { - "service_host":"keep0.$prefix.your.domain", + "service_host":"keep0.$prefix.your.domain", "service_port":25107, "service_ssl_flag":false, "service_type":"disk"