diff --git a/docs/source/appendices/index.rst b/docs/source/appendices/index.rst index d7c73a55..150e034f 100755 --- a/docs/source/appendices/index.rst +++ b/docs/source/appendices/index.rst @@ -9,6 +9,7 @@ Appendices install-os-level-deps install-latest-pip + run-with-docker json-serialization cryptography the-Bigchain-class diff --git a/docs/source/nodes/run-with-docker.md b/docs/source/appendices/run-with-docker.md similarity index 100% rename from docs/source/nodes/run-with-docker.md rename to docs/source/appendices/run-with-docker.md diff --git a/docs/source/nodes/index.rst b/docs/source/nodes/index.rst index 91ad374f..3cbbe76e 100644 --- a/docs/source/nodes/index.rst +++ b/docs/source/nodes/index.rst @@ -9,4 +9,3 @@ BigchainDB Nodes node-components node-requirements - run-with-docker diff --git a/docs/source/nodes/node-requirements.md b/docs/source/nodes/node-requirements.md index 60df03df..33c46f99 100644 --- a/docs/source/nodes/node-requirements.md +++ b/docs/source/nodes/node-requirements.md @@ -11,7 +11,7 @@ The BigchainDB core dev team uses Ubuntu 14.04 or Fedora 23. We don't test BigchainDB on Windows or Mac OS X, but you can try. * If you run into problems on Windows, then you may want to try using Vagrant. One of our community members ([@Mec-Is](https://github.com/Mec-iS)) wrote [a page about how to install BigchainDB on a VM with Vagrant](https://gist.github.com/Mec-iS/b84758397f1b21f21700). -* If you have Mac OS X and want to experiment with BigchainDB, then you could do that [using Docker](run-with-docker.html). +* If you have Mac OS X and want to experiment with BigchainDB, then you could do that [using Docker](../appendices/run-with-docker.html). ## Storage Requirements diff --git a/docs/source/quickstart.md b/docs/source/quickstart.md index 2ed037f3..7f5f4ea7 100644 --- a/docs/source/quickstart.md +++ b/docs/source/quickstart.md @@ -1,6 +1,6 @@ # Quickstart -This page has instructions to set up a single stand-alone BigchainDB node for learning or experimenting. Instructions for other cases are [elsewhere](introduction.html). We will assume you're using Ubuntu 14.04 or similar. If you're not using Linux, then you might try [running BigchainDB with Docker](nodes/run-with-docker.html). +This page has instructions to set up a single stand-alone BigchainDB node for learning or experimenting. Instructions for other cases are [elsewhere](introduction.html). We will assume you're using Ubuntu 14.04 or similar. If you're not using Linux, then you might try [running BigchainDB with Docker](appendices/run-with-docker.html). A. [Install RethinkDB Server](https://rethinkdb.com/docs/install/ubuntu/)