Add instructions to install RethinkDB

This commit is contained in:
Alberto Granzotto 2016-02-10 21:06:41 +01:00
parent 841cabe8c6
commit bf77d0356b

View File

@ -10,8 +10,9 @@ Documentation is available at https://bigchaindb.readthedocs.org/
## Getting started
#### Install RethinkDB on Ubuntu
### Install RethinkDB
#### On Ubuntu
```sh
# install rethinkdb https://rethinkdb.com/docs/install/ubuntu/
$ source /etc/lsb-release && echo "deb http://download.rethinkdb.com/apt $DISTRIB_CODENAME main" | sudo tee /etc/apt/sources.list.d/rethinkdb.list
@ -23,12 +24,15 @@ $ sudo apt-get install rethinkdb
$ rethinkdb
```
#### Install BigchainDB
#### On other platforms
To install RethinkDB on other platform, please refer to [the official documentation](https://rethinkdb.com/docs/install/).
### Install BigchainDB
```sh
$ pip install bigchaindb
```
#### Running BigchainDB
### Running BigchainDB
Currently BigchainDB only supports Python 3.4+