lana-shanghai 4a008e51e3
[WIP] Documentation re-org (#2694)
* Reorganized docs

* Fixed internal links in basic usage

* fixed the docker-compose command and volume for docs

* fixed docs tests

* fix travis docs test

* tox ini file

* fixed readme localhost links

* edited tox and test docs to previous state

* Fix tests errors related to docs reorganization

Signed-off-by: David Dashyan <mail@davie.li>

* Added ansible script installation option

Signed-off-by: Lana Ivina <lana@ipdb.io>

* Added ansible script to network setup guide

Signed-off-by: Lana Ivina <lana@ipdb.io>

* Hid the non-working button for now. 

Signed-off: Lana Ivina <lana@ipdb.io>

* Try now button

Co-authored-by: David Dashyan <mail@davie.li>
2020-05-18 20:22:26 +07:00
2020-04-06 11:52:18 +02:00
2020-04-06 11:52:18 +02:00
2020-05-18 20:22:26 +07:00
2020-04-06 11:52:18 +02:00
2020-04-06 11:52:18 +02:00
2020-04-06 11:52:18 +02:00
2020-04-06 11:52:18 +02:00
2020-04-06 11:52:18 +02:00
2020-05-18 20:22:26 +07:00
2020-05-18 20:22:26 +07:00
2020-04-06 11:52:18 +02:00
2020-05-18 20:22:26 +07:00
2020-04-14 23:59:51 +02:00
2020-04-06 11:52:18 +02:00
2020-04-06 11:52:18 +02:00
2020-04-06 11:52:18 +02:00
2020-04-06 11:52:18 +02:00
2020-02-20 16:30:37 +01:00
2020-04-06 11:52:18 +02:00
2020-04-06 11:52:18 +02:00
2020-04-06 11:52:18 +02:00
2020-04-06 11:52:18 +02:00
2017-01-11 05:13:27 -05:00
2020-04-14 23:59:51 +02:00
2020-05-18 20:22:26 +07:00

Codecov branch Latest release Status on PyPI Travis branch Documentation Status Join the chat at https://gitter.im/bigchaindb/bigchaindb

BigchainDB Server

BigchainDB is the blockchain database. This repository is for BigchainDB Server.

The Basics

Run and Test BigchainDB Server from the master Branch

Running and testing the latest version of BigchainDB Server is easy. Make sure you have a recent version of Docker Compose installed. When you are ready, fire up a terminal and run:

git clone https://github.com/bigchaindb/bigchaindb.git
cd bigchaindb
make run

BigchainDB should be reachable now on http://localhost:9984/.

There are also other commands you can execute:

  • make start: Run BigchainDB from source and daemonize it (stop it with make stop).
  • make stop: Stop BigchainDB.
  • make logs: Attach to the logs.
  • make test: Run all unit and acceptance tests.
  • make test-unit-watch: Run all tests and wait. Every time you change code, tests will be run again.
  • make cov: Check code coverage and open the result in the browser.
  • make doc: Generate HTML documentation and open it in the browser.
  • make clean: Remove all build, test, coverage and Python artifacts.
  • make reset: Stop and REMOVE all containers. WARNING: you will LOSE all data stored in BigchainDB.

To view all commands available, run make.

Description
Languages
Python 83.6%
Shell 12.5%
Lua 1.6%
Dockerfile 0.8%
Jinja 0.7%
Other 0.8%