mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Merge pull request #650 from bigchaindb/update-some-docs-urls
Updated some docs urls
This commit is contained in:
commit
c7c635e255
@ -39,8 +39,8 @@ Familiarize yourself with how we do coding and documentation in the BigchainDB p
|
|||||||
|
|
||||||
* [Install RethinkDB Server](https://rethinkdb.com/docs/install/)
|
* [Install RethinkDB Server](https://rethinkdb.com/docs/install/)
|
||||||
* Make sure you have Python 3.4+ (preferably in a virtualenv)
|
* Make sure you have Python 3.4+ (preferably in a virtualenv)
|
||||||
* [Install BigchaindB Server's OS-level dependencies](http://bigchaindb.readthedocs.io/en/latest/appendices/install-os-level-deps.html)
|
* [Install BigchaindB Server's OS-level dependencies](http://bigchaindb.readthedocs.io/projects/server/en/latest/appendices/install-os-level-deps.html)
|
||||||
* [Make sure you have the latest Python 3 version of pip and setuptools](http://bigchaindb.readthedocs.io/en/latest/appendices/install-latest-pip.html)
|
* [Make sure you have the latest Python 3 version of pip and setuptools](http://bigchaindb.readthedocs.io/projects/server/en/latest/appendices/install-latest-pip.html)
|
||||||
|
|
||||||
### Step 3 - Fork bigchaindb on GitHub
|
### Step 3 - Fork bigchaindb on GitHub
|
||||||
|
|
||||||
|
14
README.md
14
README.md
@ -2,7 +2,7 @@
|
|||||||
[](https://pypi.python.org/pypi/BigchainDB)
|
[](https://pypi.python.org/pypi/BigchainDB)
|
||||||
[](https://travis-ci.org/bigchaindb/bigchaindb)
|
[](https://travis-ci.org/bigchaindb/bigchaindb)
|
||||||
[](https://codecov.io/github/bigchaindb/bigchaindb?branch=master)
|
[](https://codecov.io/github/bigchaindb/bigchaindb?branch=master)
|
||||||
[](https://bigchaindb.readthedocs.org/en/latest/)
|
[](https://bigchaindb.readthedocs.org/projects/server/en/latest/)
|
||||||
[](https://gitter.im/bigchaindb/bigchaindb?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
[](https://gitter.im/bigchaindb/bigchaindb?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||||
|
|
||||||
|
|
||||||
@ -15,11 +15,12 @@ We're hiring! [Learn more](https://github.com/bigchaindb/org/blob/master/engjob.
|
|||||||
|
|
||||||
## Get Started with BigchainDB Server
|
## Get Started with BigchainDB Server
|
||||||
|
|
||||||
### [Quickstart](http://bigchaindb.readthedocs.io/en/latest/quickstart.html)
|
### [Quickstart](http://bigchaindb.readthedocs.io/projects/server/en/latest/quickstart.html)
|
||||||
### [Set Up & Run a Dev/Test Node](http://bigchaindb.readthedocs.io/en/latest/dev-and-test/setup-run-node.html)
|
### [Set Up & Run a Dev/Test Node](http://bigchaindb.readthedocs.io/projects/server/en/latest/dev-and-test/setup-run-node.html)
|
||||||
### [Run BigchainDB Server with Docker](http://bigchaindb.readthedocs.io/en/latest/appendices/run-with-docker.html)
|
### [Run BigchainDB Server with Docker](http://bigchaindb.readthedocs.io/projects/server/en/latest/appendices/run-with-docker.html)
|
||||||
|
|
||||||
## Links for Everyone
|
## Links for Everyone
|
||||||
|
|
||||||
* [BigchainDB.com](https://www.bigchaindb.com/) - the main BigchainDB website, including newsletter signup
|
* [BigchainDB.com](https://www.bigchaindb.com/) - the main BigchainDB website, including newsletter signup
|
||||||
* [Whitepaper](https://www.bigchaindb.com/whitepaper/) - outlines the motivations, goals and core algorithms of BigchainDB
|
* [Whitepaper](https://www.bigchaindb.com/whitepaper/) - outlines the motivations, goals and core algorithms of BigchainDB
|
||||||
* [Roadmap](https://github.com/bigchaindb/org/blob/master/ROADMAP.md)
|
* [Roadmap](https://github.com/bigchaindb/org/blob/master/ROADMAP.md)
|
||||||
@ -28,7 +29,9 @@ We're hiring! [Learn more](https://github.com/bigchaindb/org/blob/master/engjob.
|
|||||||
* [Google Group](https://groups.google.com/forum/#!forum/bigchaindb)
|
* [Google Group](https://groups.google.com/forum/#!forum/bigchaindb)
|
||||||
|
|
||||||
## Links for Developers
|
## Links for Developers
|
||||||
* [BigchainDB Server Documentation](http://bigchaindb.readthedocs.io/en/latest/) - for developers
|
|
||||||
|
* [BigchainDB Server Documentation](https://bigchaindb.readthedocs.io/projects/server/en/latest/)
|
||||||
|
* [All BigchainDB Documentation](http://bigchaindb.readthedocs.io/en/latest/)
|
||||||
* [CONTRIBUTING.md](CONTRIBUTING.md) - how to contribute
|
* [CONTRIBUTING.md](CONTRIBUTING.md) - how to contribute
|
||||||
* [Community guidelines](CODE_OF_CONDUCT.md)
|
* [Community guidelines](CODE_OF_CONDUCT.md)
|
||||||
* [Open issues](https://github.com/bigchaindb/bigchaindb/issues)
|
* [Open issues](https://github.com/bigchaindb/bigchaindb/issues)
|
||||||
@ -36,6 +39,7 @@ We're hiring! [Learn more](https://github.com/bigchaindb/org/blob/master/engjob.
|
|||||||
* [Gitter chatroom](https://gitter.im/bigchaindb/bigchaindb)
|
* [Gitter chatroom](https://gitter.im/bigchaindb/bigchaindb)
|
||||||
|
|
||||||
## Legal
|
## Legal
|
||||||
|
|
||||||
* [Licenses](LICENSES.md) - open source & open content
|
* [Licenses](LICENSES.md) - open source & open content
|
||||||
* [Imprint](https://www.bigchaindb.com/imprint/)
|
* [Imprint](https://www.bigchaindb.com/imprint/)
|
||||||
* [Contact Us](https://www.bigchaindb.com/contact/)
|
* [Contact Us](https://www.bigchaindb.com/contact/)
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Measure how many blocks per second are created on the _bigchain_ with a pre filled backlog.
|
Measure how many blocks per second are created on the _bigchain_ with a pre filled backlog.
|
||||||
|
|
||||||
1. Deploy an aws cluster http://bigchaindb.readthedocs.io/en/latest/deploy-on-aws.html
|
1. Deploy an aws cluster https://bigchaindb.readthedocs.io/projects/server/en/latest/clusters-feds/aws-testing-cluster.html
|
||||||
2. Make a symbolic link to hostlist.py: `ln -s ../deploy-cluster-aws/hostlist.py .`
|
2. Make a symbolic link to hostlist.py: `ln -s ../deploy-cluster-aws/hostlist.py .`
|
||||||
3. Make a symbolic link to bigchaindb.pem:
|
3. Make a symbolic link to bigchaindb.pem:
|
||||||
```bash
|
```bash
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
"""This module provides the blueprint for some basic API endpoints.
|
"""This module provides the blueprint for some basic API endpoints.
|
||||||
|
|
||||||
For more information please refer to the documentation on ReadTheDocs:
|
For more information please refer to the documentation on ReadTheDocs:
|
||||||
- https://bigchaindb.readthedocs.io/en/latest/drivers-clients/http-client-server-api.html
|
- https://bigchaindb.readthedocs.io/projects/server/en/latest/drivers-clients/http-client-server-api.html
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import flask
|
import flask
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
"""This module provides the blueprint for some basic API endpoints.
|
"""This module provides the blueprint for some basic API endpoints.
|
||||||
|
|
||||||
For more information please refer to the documentation on ReadTheDocs:
|
For more information please refer to the documentation on ReadTheDocs:
|
||||||
- https://bigchaindb.readthedocs.io/en/latest/drivers-clients/http-client-server-api.html
|
- https://bigchaindb.readthedocs.io/projects/server/en/latest/drivers-clients/http-client-server-api.html
|
||||||
"""
|
"""
|
||||||
from flask import current_app, request, Blueprint
|
from flask import current_app, request, Blueprint
|
||||||
from flask_restful import Resource, Api
|
from flask_restful import Resource, Api
|
||||||
|
@ -1,12 +1,10 @@
|
|||||||
BigchainDB Server Documentation
|
BigchainDB Server Documentation
|
||||||
===============================
|
===============================
|
||||||
|
|
||||||
Table of Contents
|
|
||||||
-----------------
|
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
|
← Back to All BigchainDB Docs <https://bigchaindb.readthedocs.io/en/latest/index.html>
|
||||||
introduction
|
introduction
|
||||||
quickstart
|
quickstart
|
||||||
cloud-deployment-starter-templates/index
|
cloud-deployment-starter-templates/index
|
||||||
|
Loading…
x
Reference in New Issue
Block a user