From 5b8e1271ddcd2ef1ba0cab8514ad414bfba042a7 Mon Sep 17 00:00:00 2001 From: Aaron Jacobs Date: Tue, 11 Aug 2015 13:30:20 +1000 Subject: [PATCH] Made daemon installation a matter of course. --- docs/installing.md | 34 +++++++++------------------------- 1 file changed, 9 insertions(+), 25 deletions(-) diff --git a/docs/installing.md b/docs/installing.md index b2e560b5b0..8963f0121e 100644 --- a/docs/installing.md +++ b/docs/installing.md @@ -63,7 +63,12 @@ for CentOS 7 and RHEL 7. https://packages.cloud.google.com/yum/doc/rpm-package-key.gpg EOF -2. Install gcsfuse: +2. Install [daemon][], used for [fstab support][fstab]: + + wget http://libslack.org/daemon/download/daemon-0.6.4-1.x86_64.rpm + sudo rpm --install -p daemon-0.6.4-1.x86_64.rpm + +3. Install gcsfuse: sudo yum install gcsfuse @@ -71,36 +76,20 @@ for CentOS 7 and RHEL 7. Future updates to gcsfuse will automatically show up when updating with `yum`. -If you want [fstab support][fstab] using the built-in helper script, you should -also install [daemon][daemon]: - - wget http://libslack.org/daemon/download/daemon-0.6.4-1.x86_64.rpm - sudo rpm --install -p daemon-0.6.4-1.x86_64.rpm - -[fstab]: mounting.md -[daemon]: http://libslack.org/daemon/ - ## SUSE Ensure that dependencies are present: sudo zypper install wget fuse + wget http://libslack.org/daemon/download/daemon-0.6.4-1.x86_64.rpm + sudo rpm --install -p daemon-0.6.4-1.x86_64.rpm Download and install the latest release package: wget https://github.com/GoogleCloudPlatform/gcsfuse/releases/download/v0.9.0/gcsfuse-0.9.0-1.x86_64.rpm sudo rpm --install -p gcsfuse-0.9.0-1.x86_64.rpm -If you want [fstab support][fstab] using the built-in helper script, you should -also install [daemon][daemon]: - - wget http://libslack.org/daemon/download/daemon-0.6.4-1.x86_64.rpm - sudo rpm --install -p daemon-0.6.4-1.x86_64.rpm - -[fstab]: mounting.md -[daemon]: http://libslack.org/daemon/ - ## Other distributions @@ -108,18 +97,13 @@ Ensure that dependencies are present: * Install [wget](http://www.gnu.org/software/wget/). * Install [fuse](http://fuse.sourceforge.net/). +* Install [daemon](http://libslack.org/daemon/). Download and extract the latest release tarball: wget https://github.com/GoogleCloudPlatform/gcsfuse/releases/download/v0.9.0/gcsfuse_v0.9.0_linux_amd64.tar.gz sudo tar -o -C / -zxf gcsfuse_v0.9.0_linux_amd64.tar.gz -If you want [fstab support][fstab] using the built-in helper script, you should -also install [daemon][daemon]. - -[fstab]: mounting.md -[daemon]: http://libslack.org/daemon/ - # OS X