From 5e8cec65cdee82c2b491eb38a13b0d9b113191c7 Mon Sep 17 00:00:00 2001 From: Troy McConaghy Date: Mon, 20 Feb 2017 17:52:48 +0100 Subject: [PATCH] docs: Simplified Quickstart page even more --- docs/server/source/quickstart.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/docs/server/source/quickstart.md b/docs/server/source/quickstart.md index 0a1938a2..9ef6702d 100644 --- a/docs/server/source/quickstart.md +++ b/docs/server/source/quickstart.md @@ -4,7 +4,6 @@ This page has instructions to set up a single stand-alone BigchainDB node for le A. Install the database backend. -[Install RethinkDB Server](https://rethinkdb.com/docs/install/ubuntu/) or [Install MongoDB Server 3.4+](https://docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu/) B. Run the database backend. Open a Terminal and run the command: @@ -53,12 +52,10 @@ G. Run the BigchainDB Server: $ bigchaindb start ``` -That's it! +You now have a running BigchainDB Server and can post transactions to it. +One way to do that is to use the BigchainDB Python Driver. -Next Steps: You could... - -* [install the BigchainDB Python Driver](https://docs.bigchaindb.com/projects/py-driver/en/latest/quickstart.html) and -* [use the BigchainDB Python Driver to build a valid transaction, and post that transaction to your running server](https://docs.bigchaindb.com/projects/py-driver/en/latest/usage.html). +[Install the BigchainDB Python Driver (link)](https://docs.bigchaindb.com/projects/py-driver/en/latest/quickstart.html)