mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Problem: README.md is outdated & has broken links (#2340)
Solution: Update README.md and fix broken links & shields
This commit is contained in:
parent
6f9dc5168b
commit
58a5959170
56
README.md
56
README.md
@ -1,20 +1,31 @@
|
||||
[](https://pypi.python.org/pypi/BigchainDB)
|
||||
[](https://pypi.python.org/pypi/BigchainDB)
|
||||
[](https://pypi.org/project/BigchainDB/)
|
||||
<!--- There is no shield to get the latest version
|
||||
(including pre-release versions) from PyPI,
|
||||
so show the latest GitHub release instead.
|
||||
--->
|
||||
[](https://github.com/bigchaindb/bigchaindb/releases)
|
||||
[](https://travis-ci.org/bigchaindb/bigchaindb)
|
||||
<!--- Codecov isn't working for us lately, so comment it out for now:
|
||||
[](https://codecov.io/github/bigchaindb/bigchaindb?branch=master)
|
||||
--->
|
||||
[](https://docs.bigchaindb.com/projects/server/en/latest/)
|
||||
[](https://gitter.im/bigchaindb/bigchaindb?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
|
||||
|
||||
# BigchainDB Server
|
||||
|
||||
BigchainDB is a blockchain database.
|
||||
BigchainDB is the blockchain database. This repository if for _BigchainDB Server_.
|
||||
|
||||
## Run and test BigchainDB from the `master` branch
|
||||
Running and testing the latest version of BigchainDB is easy. Make sure you have a recent version of [Docker Compose installed](https://docs.docker.com/compose/install/) in your host.
|
||||
## The Basics
|
||||
|
||||
Whenever you are ready, fire up a terminal and run:
|
||||
```
|
||||
* [Try the Quickstart](https://docs.bigchaindb.com/projects/server/en/latest/quickstart.html)
|
||||
* [Read the BigchainDB 2.0 whitepaper](https://www.bigchaindb.com/whitepaper/)
|
||||
* [Check out the _Hitchiker's Guide to BigchainDB_](https://www.bigchaindb.com/developers/guide/)
|
||||
|
||||
## 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](https://docs.docker.com/compose/install/) installed. When you are ready, fire up a terminal and run:
|
||||
|
||||
```text
|
||||
git clone https://github.com/bigchaindb/bigchaindb.git
|
||||
cd bigchaindb
|
||||
make run
|
||||
@ -23,26 +34,19 @@ 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.
|
||||
|
||||
* `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`.
|
||||
|
||||
## Get Started with BigchainDB Server
|
||||
|
||||
### [Quickstart](https://docs.bigchaindb.com/projects/server/en/latest/quickstart.html)
|
||||
### [Set Up & Run a Dev/Test Node](https://docs.bigchaindb.com/projects/server/en/latest/dev-and-test/index.html)
|
||||
### [Run BigchainDB Server with Docker](https://docs.bigchaindb.com/projects/server/en/latest/appendices/run-with-docker.html)
|
||||
### [Run BigchainDB Server with Vagrant](https://docs.bigchaindb.com/projects/server/en/latest/appendices/run-with-vagrant.html)
|
||||
### [Run BigchainDB Server with Ansible](https://docs.bigchaindb.com/projects/server/en/latest/appendices/run-with-ansible.html)
|
||||
|
||||
## Links for Everyone
|
||||
|
||||
* [BigchainDB.com](https://www.bigchaindb.com/) - the main BigchainDB website, including newsletter signup
|
||||
@ -54,7 +58,7 @@ To view all commands available, run `make`.
|
||||
|
||||
* [All BigchainDB Documentation](https://docs.bigchaindb.com/en/latest/)
|
||||
* [BigchainDB Server Documentation](https://docs.bigchaindb.com/projects/server/en/latest/index.html)
|
||||
* [CONTRIBUTING.md](CONTRIBUTING.md) - how to contribute
|
||||
* [CONTRIBUTING.md](.github/CONTRIBUTING.md) - how to contribute
|
||||
* [Community guidelines](CODE_OF_CONDUCT.md)
|
||||
* [Open issues](https://github.com/bigchaindb/bigchaindb/issues)
|
||||
* [Open pull requests](https://github.com/bigchaindb/bigchaindb/pulls)
|
||||
|
Loading…
x
Reference in New Issue
Block a user