mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Add instructions to install RethinkDB
This commit is contained in:
parent
841cabe8c6
commit
bf77d0356b
10
README.md
10
README.md
@ -10,8 +10,9 @@ Documentation is available at https://bigchaindb.readthedocs.org/
|
|||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
|
|
||||||
#### Install RethinkDB on Ubuntu
|
### Install RethinkDB
|
||||||
|
|
||||||
|
#### On Ubuntu
|
||||||
```sh
|
```sh
|
||||||
# install rethinkdb https://rethinkdb.com/docs/install/ubuntu/
|
# 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
|
$ 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
|
$ 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
|
```sh
|
||||||
$ pip install bigchaindb
|
$ pip install bigchaindb
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Running BigchainDB
|
### Running BigchainDB
|
||||||
Currently BigchainDB only supports Python 3.4+
|
Currently BigchainDB only supports Python 3.4+
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user