Skip to content

Commit

Permalink
Made daemon installation a matter of course.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsa committed Aug 11, 2015
1 parent 10686a7 commit 5b8e127
Showing 1 changed file with 9 additions and 25 deletions.
34 changes: 9 additions & 25 deletions docs/installing.md
Expand Up @@ -63,63 +63,47 @@ 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

Be sure to answer "yes" to any questions about adding the GPG signing key.

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

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

Expand Down

0 comments on commit 5b8e127

Please sign in to comment.