X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6eb3d1fb8fe71623fa63da46c250184cf2e4fbb8..b92203411f6f6adaef1c2af62495830f13f4fa14:/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..72b3c9817c 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.