Differences
This shows you the differences between the selected revisions of the page.
2018-11-08 | 2018-11-08 | ||
anchor update (martin) | referring to s3fs documentation for installation instructions (martin) | ||
Line 13: | Line 13: | ||
===== Installing s3fs ===== | ===== Installing s3fs ===== | ||
- | To install the ''s3fs'' file system:((These instructions are based on [[https://github.com/s3fs-fuse/s3fs-fuse#compilation-and-installation-from-sources|the official installation instructions]] for ''s3fs''. Except for added ''fuse'' dependency.)) | + | Start by [[https://github.com/s3fs-fuse/s3fs-fuse#installation-from-pre-built-packages|installing ''s3fs'' file system]]. |
- | + | ||
- | * Login to your Linux server via SSH. | + | |
- | * Install dependencies: \\ ''sudo yum install automake fuse fuse-devel gcc-c++ git libcurl-devel libxml2-devel make openssl-devel'' | + | |
- | * Compile and install ''s3fs'': \\ ''git clone %%https://github.com/s3fs-fuse/s3fs-fuse.git%%'' \\ ''cd s3fs-fuse'' \\ ''./autogen.sh'' \\ ''./configure'' \\ ''make'' \\ ''sudo make install'' | + | |
===== Mounting S3 Bucket to File System ===== | ===== Mounting S3 Bucket to File System ===== |