mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Changed a bunch more readthedocs.io URLs to docs.bigchaindb.com
This commit is contained in:
parent
2eda1c4781
commit
b70f3389b8
@ -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 https://bigchaindb.readthedocs.io/projects/server/en/latest/clusters-feds/aws-testing-cluster.html
|
1. Deploy an aws cluster https://docs.bigchaindb.com/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/projects/server/en/latest/drivers-clients/http-client-server-api.html
|
- https://docs.bigchaindb.com/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/projects/server/en/latest/drivers-clients/http-client-server-api.html
|
- https://docs.bigchaindb.com/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
|
||||||
|
@ -39,5 +39,3 @@ Now, from the host (and the correct directory) where you saved `install.sh`, run
|
|||||||
`cat install.sh | lxc exec bigchaindb /bin/bash`
|
`cat install.sh | lxc exec bigchaindb /bin/bash`
|
||||||
|
|
||||||
If you followed the commands correctly, you will have successfully created an LXC container (using LXD) that can get you up and running with BigchainDB in <5 minutes (depending on how long it takes to download all the packages).
|
If you followed the commands correctly, you will have successfully created an LXC container (using LXD) that can get you up and running with BigchainDB in <5 minutes (depending on how long it takes to download all the packages).
|
||||||
|
|
||||||
From this point onwards, you can follow the [Python Example](https://bigchaindb.readthedocs.io/en/latest/drivers-clients/python-server-api-examples.html) .
|
|
||||||
|
@ -4,7 +4,7 @@ BigchainDB Server Documentation
|
|||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
← Back to All BigchainDB Docs <https://bigchaindb.readthedocs.io/en/latest/index.html>
|
← Back to All BigchainDB Docs <https://docs.bigchaindb.com/en/latest/index.html>
|
||||||
introduction
|
introduction
|
||||||
quickstart
|
quickstart
|
||||||
cloud-deployment-starter-templates/index
|
cloud-deployment-starter-templates/index
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
This is the documentation for BigchainDB Server, the BigchainDB software that one runs on servers (but not on clients).
|
This is the documentation for BigchainDB Server, the BigchainDB software that one runs on servers (but not on clients).
|
||||||
|
|
||||||
If you want to use BigchainDB Server, then you should first understand what BigchainDB is, plus some of the specialized BigchaindB terminology. You can read about that in [the overall BigchainDB project documentation](https://bigchaindb.readthedocs.io/en/latest/introduction.html).
|
If you want to use BigchainDB Server, then you should first understand what BigchainDB is, plus some of the specialized BigchaindB terminology. You can read about that in [the overall BigchainDB project documentation](https://docs.bigchaindb.com/en/latest/index.html).
|
||||||
|
|
||||||
Note that there are a few kinds of nodes:
|
Note that there are a few kinds of nodes:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user