Skip to content

Commit

Permalink
readme: describe prerequisites and installation steps
Browse files Browse the repository at this point in the history
  • Loading branch information
ligurio committed Nov 3, 2021
1 parent 66ad97a commit 5992632
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,28 @@ Table below may help you to choose a proper module for your requirements:
| expirationd | Medium (sec) | Yes | Yes | synchronous (fiber with condition) |
| moonwalker | NA | No | Yes | asynchronous (using crontab etc) |

### Prerequisites

* Tarantool 1.10+ (`tarantool` package, see [documentation](https://www.tarantool.io/en/download/)).

### Installation

You can:

* Install the module using `tarantoolctl`:

``` bash
tarantoolctl rocks install expirationd
```

* Install the module using LuaRocks
(see [TarantoolRocks](https://github.com/tarantool/rocks) for
LuaRocks configuration details):

``` bash
luarocks install --local expirationd
```

### Documentation

See API documentation in https://tarantool.github.io/expirationd/
Expand Down

0 comments on commit 5992632

Please sign in to comment.