From 8ce48f75a1d0899abe6e390e60d2899fb0d2e695 Mon Sep 17 00:00:00 2001 From: Troy McConaghy Date: Tue, 27 Mar 2018 16:38:58 +0200 Subject: [PATCH] Renamed 2 files/pages of notes on running a node --- .../dev-setup-coding-and-contribution-process/index.rst | 4 ++-- .../{vanshdeep-notes.md => run-node-as-processes.md} | 2 +- ...tup-dev-environment.md => run-node-with-docker-compose.md} | 0 .../dev-setup-coding-and-contribution-process/write-code.rst | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) rename docs/contributing/source/dev-setup-coding-and-contribution-process/{vanshdeep-notes.md => run-node-as-processes.md} (98%) rename docs/contributing/source/dev-setup-coding-and-contribution-process/{setup-dev-environment.md => run-node-with-docker-compose.md} (100%) diff --git a/docs/contributing/source/dev-setup-coding-and-contribution-process/index.rst b/docs/contributing/source/dev-setup-coding-and-contribution-process/index.rst index 03f27524..787753a9 100644 --- a/docs/contributing/source/dev-setup-coding-and-contribution-process/index.rst +++ b/docs/contributing/source/dev-setup-coding-and-contribution-process/index.rst @@ -5,5 +5,5 @@ Developer Setup, Coding & Contribution Process :maxdepth: 2 write-code - setup-dev-environment - vanshdeep-notes + run-node-with-docker-compose + run-node-as-processes diff --git a/docs/contributing/source/dev-setup-coding-and-contribution-process/vanshdeep-notes.md b/docs/contributing/source/dev-setup-coding-and-contribution-process/run-node-as-processes.md similarity index 98% rename from docs/contributing/source/dev-setup-coding-and-contribution-process/vanshdeep-notes.md rename to docs/contributing/source/dev-setup-coding-and-contribution-process/run-node-as-processes.md index 5fa1b4ad..21008174 100644 --- a/docs/contributing/source/dev-setup-coding-and-contribution-process/vanshdeep-notes.md +++ b/docs/contributing/source/dev-setup-coding-and-contribution-process/run-node-as-processes.md @@ -1,4 +1,4 @@ -# Vanshdeep's Notes on Running a Local Dev Node as Processes +# Notes on Running a Local Dev Node as Processes The following doc describes how to run a local node for developing BigchainDB Tendermint version. diff --git a/docs/contributing/source/dev-setup-coding-and-contribution-process/setup-dev-environment.md b/docs/contributing/source/dev-setup-coding-and-contribution-process/run-node-with-docker-compose.md similarity index 100% rename from docs/contributing/source/dev-setup-coding-and-contribution-process/setup-dev-environment.md rename to docs/contributing/source/dev-setup-coding-and-contribution-process/run-node-with-docker-compose.md diff --git a/docs/contributing/source/dev-setup-coding-and-contribution-process/write-code.rst b/docs/contributing/source/dev-setup-coding-and-contribution-process/write-code.rst index b5113157..1dd24092 100644 --- a/docs/contributing/source/dev-setup-coding-and-contribution-process/write-code.rst +++ b/docs/contributing/source/dev-setup-coding-and-contribution-process/write-code.rst @@ -95,7 +95,7 @@ We like to test everything, if possible. Unit tests and also integration tests. framework to write Python tests. Read all about it. Most tests are in the ``tests/`` folder. Take a look around. - +https://github.com/bigchaindb/bigchaindb/pull/2156 Running a Local Node for Dev and Test ------------------------------------- @@ -103,7 +103,7 @@ Running a Local Node for Dev and Test This is tricky and personal. Different people do it different ways. We documented some of those on separate pages: - `Dev node setup and running all tests with Docker Compose `_ -- `Dev node setup and running all tests as processes `_ +- `Dev node setup and running all tests as processes `_ - More to come?