Skip to content

Commit

Permalink
* Updated installation instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
António P. P. Almeida committed Sep 29, 2015
1 parent a456267 commit a735559
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 5,7 @@
This is a library to connect to the [tarantool](http://tarantool.org)
NoSQL database. This database has very interesting features that make
it be sort of a bridge between a traditional SQL based database and
document oriented storages like [http://couchdb.org](CouchDB).
document oriented storages like [CouchDB](http://couchdb.org).

It's a fork of another
[project](https://github.com/ziontab/lua-nginx-tarantool) that I was
Expand All @@ -24,6 24,19 @@ or `upsert` operations.

## Installation

### OpenResty

If you're using [OpenResty](http://openresty.org) the library should
be installed under: `/usr/local/openresty/lualib/resty`.

### Debian package

I package the library for debian
[here](https://debian.perusio.net). Just follow the instructions there
and install it.

### adhoc installation

Put the library in a place in your filesystem that you deem
appropriate. Don't forget to adjust the Lua package path, either by
setting `package.path` in Lua code or using the
Expand Down Expand Up @@ -410,5 423,4 @@ It returns no values.

## TODO

1. Debian package.
2. Tests.
* Test setup.

0 comments on commit a735559

Please sign in to comment.