From 93070bf9fe2ac109927ed2022f2601dee07f5f49 Mon Sep 17 00:00:00 2001 From: muawiakh Date: Fri, 12 Jan 2018 18:21:19 +0100 Subject: [PATCH] Update docs II --- .../workflow.rst | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/docs/server/source/production-deployment-template-tendermint/workflow.rst b/docs/server/source/production-deployment-template-tendermint/workflow.rst index e40d861b..5e55ab4c 100644 --- a/docs/server/source/production-deployment-template-tendermint/workflow.rst +++ b/docs/server/source/production-deployment-template-tendermint/workflow.rst @@ -41,14 +41,19 @@ and buy an SSL/TLS certificate for the FQDN. Things Each Node Operator Must Do --------------------------------- -- [ ] Use a standard and unique naming convention for all instances. +Use a standard and unique naming convention for all instances. -#. Name of the MongoDB instance (``mdb-instance-*``) -#. Name of the BigchainDB instance (``bdb-instance-*``) -#. Name of the NGINX instance (``ngx-http-instance-*`` or ``ngx-https-instance-*``) -#. Name of the OpenResty instance (``openresty-instance-*``) -#. Name of the MongoDB monitoring agent instance (``mdb-mon-instance-*``) -#. Name of the Tendermint instance (``tendermint-instance-*``) +☐ Name of the MongoDB instance (``mdb-instance-*``) + +☐ Name of the BigchainDB instance (``bdb-instance-*``) + +☐ Name of the NGINX instance (``ngx-http-instance-*`` or ``ngx-https-instance-*``) + +☐ Name of the OpenResty instance (``openresty-instance-*``) + +☐ Name of the MongoDB monitoring agent instance (``mdb-mon-instance-*``) + +☐ Name of the Tendermint instance (``tendermint-instance-*``) Example ^^^^^^^