Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboud committed Mar 18, 2021
1 parent c4cec4a commit 81aa449
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ A passthrough FUSE filesystem that intelligently moves files between storage tie

## Installation
### Current Release
* Get deb: ```$ wget https://github.com/45Drives/autotier/releases/download/v1.0.4/autotier_1.0.4-1focal_amd64.deb```
* Install deb: `# dpkg -i autotier_1.0.4-1focal_amd64.deb`
* Get deb: ```$ wget https://github.com/45Drives/autotier/releases/download/v1.1.0/autotier_1.1.0-1focal_amd64.deb```
* Install deb: `# dpkg -i autotier_1.1.0-1focal_amd64.deb`
* Edit configuration file: `/etc/autotier.conf`
* Mount filesystem:
* manually: `# autotier /path/to/mountpoint -o allow_other,default_permissions`
* fstab: `/usr/bin/autotier /path/to/mountpoint fuse allow_other,default_permissions 0 0`
* manually: `# autotierfs /path/to/mountpoint -o allow_other,default_permissions`
* fstab: `/usr/bin/autotierfs /path/to/mountpoint fuse allow_other,default_permissions 0 0`

### Installing from Source
* Install dependencies:
```# apt install libfuse3-dev libstdc++-dev libboost-system-dev libboost-filesystem-dev libboost-serialization-dev librocksdb-dev libtbb-dev```
* `$ git clone https://github.com/45drives/autotier`
* `$ cd autotier`
* `$ git checkout <version>` (v1.0.4 is the latest release)
* `$ git checkout <version>` (v1.1.0 is the latest release)
* `$ make -j8` (or `make -j8 no-par-sort` to use c++11 instead of c++17)
* `# make install`
* Edit configuration file
Expand Down
2 changes: 1 addition & 1 deletion doc/man/autotier.8
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH AUTOTIER 8 "February 25 2021" "autotier 1.1.0"
.TH AUTOTIER 8 "March 18 2021" "autotier 1.1.0"
.\" Please adjust this date whenever revising the manpage.

.SH NAME
Expand Down

0 comments on commit 81aa449

Please sign in to comment.