574 Commits

Author SHA1 Message Date
muawiakh
b2b644db3d Fix minor docs comments 2017-11-16 12:51:46 +01:00
muawiakh
20147562f6 Fix docs build issue 2017-11-16 12:51:46 +01:00
muawiakh
0f68c41b89 Addressing comments and updating some documentation 2017-11-16 12:51:46 +01:00
muawiakh
241af47a32 Automation of multi node BigchainDB deployment for dev/test
- Setup single/multi node BigchainDB cluster using
  - Vagrant
  - Ansible
- Updated documentation
2017-11-16 12:51:46 +01:00
Troy McConaghy
f0d4417d02 Removed auto-generation of tx/vote schema documentation 2017-11-13 17:28:06 +01:00
kansi
0092270964 Merge branch 'master' into update-docs-server-requirements-txt 2017-11-09 16:31:43 +05:30
kansi
a2ed03dabc Merge branch 'master' into bug/1813/retract-cmd-bigchaindb-flag 2017-11-09 15:41:40 +05:30
kansi
220465f701 Added "--no-init" flag for "bigchaindb start" command 2017-11-07 14:55:05 +05:30
Troy McConaghy
cae883e9cb Edited the changes to transaction model docs 2017-11-06 14:30:01 +01:00
Troy McConaghy
636c28d311 Edited changes to the docs about the asset model 2017-11-06 14:22:17 +01:00
Troy McConaghy
c616145a66
pyyaml>=3.12 in docs/server/requirements.txt 2017-11-06 12:12:16 +01:00
kansi
3cbec5a864 Updated metadata and asset model docs 2017-11-06 12:06:01 +05:30
Troy McConaghy
97e1a13c7f Updated docs/server/requirements.txt
The `requirements.txt` file in `docs/server` didn't have all the Python packages needed to build the BigchainDB Server docs. I fixed that.
2017-10-27 11:51:02 +02:00
kansi
ad6dd9a5af Merge branch 'bug/1792/events-api-docs' 2017-10-26 15:04:28 +05:30
kansi
25716261e0 Updated keep-alive section 2017-10-25 13:47:02 +05:30
kansi
cf19a8cb93 Updated docs 2017-10-24 18:29:31 +05:30
kansi
fa345e5441 Updated server configuration docs. 2017-10-23 21:52:30 +05:30
kansi
6f5eef97a7 Updated server configuration docs 2017-10-23 14:31:12 +05:30
Troy McConaghy
ee6f0fa7dd Refactored the docs on dev/test node setup 2017-10-15 13:52:54 +02:00
Shahbaz Nazir
0a8bf89bc6 Add workflow to retain Azure storage disks on PVC or PV delete (#1782) 2017-10-13 23:26:13 +02:00
Troy McConaghy
bb9e26c694 Markdown-link http://127.0.0.1:9984/ in Quickstart 2017-10-10 09:43:53 +02:00
Troy McConaghy
22af5c8383 Quickstart: BigchainDB Root URL from text-> URL
In the Quickstart page of the docs, the BigchainDB Root URL (http://127.0.0.1:9984/) was being formatted as text (with a $ in front) rather than as an URL. I changed it to format like a clickable (linked) URL.
2017-10-10 09:29:25 +02:00
muawiakh
8390cab59a Remove cloud9 pdf 2017-10-04 11:51:22 +02:00
muawiakh
f1ba935476 [refactor docs]: Remove cloud9 deployment guide
- Remove deprecated guides
- Address comments
2017-10-04 11:21:34 +02:00
muawiakh
a9625e0e62 Refactor installation docs for bigchaindb node
- Restructure docs for introduction page.
- Add vagrant and ansible deployment menthod to the list
2017-10-02 15:28:32 +02:00
Krish
44b6376f05 Add Preferred Hostname Troubleshooting steps (#1773) 2017-09-29 11:01:45 +02:00
Shahbaz Nazir
1b9dcb9ffa Change Group ID to Project ID for cloud manager config (#1772)
MongoDB cloud manager UI has been updated and they have changed Group ID to Project ID and merged Settings -> Group Settings into one consolidated panel Settings

This PR updates the k8s docs accordingly
2017-09-29 09:56:58 +02:00
krish7919 (Krish)
c211ef156a Address comments 2017-09-28 16:47:50 +02:00
krish7919 (Krish)
cba933a592 Elaborate on 502 gateway error 2017-09-28 16:47:50 +02:00
krish7919 (Krish)
df2bd10430 Add troubleshooting doc 2017-09-28 16:47:50 +02:00
krish7919 (Krish)
751da63e38 Address comments 2017-09-28 15:14:16 +02:00
krish7919 (Krish)
cebea3e1b8 Update image and address comments 2017-09-28 15:14:16 +02:00
krish7919 (Krish)
1761e94840 Adding high level arch description 2017-09-28 15:14:16 +02:00
muawiakh
1e53f13be3 Use config map for storage engine cache size 2017-09-27 14:40:12 +02:00
muawiakh
7abdca205a Adjust resource for MongoDB Stateful Set
- Currently, MongoDB container crashed because of resource constaints i.e.
out of memory exception. This change updates the resources and provides
data on how the configure/calculate them(if not following the guide).
- Also, add the ability to specify the storage engine(WiredTiger) cache
size for MongoDB, this configuration also helps with keeping the resources
constrained for MongoDB containers.
- Minor changes in some other documents as well.
2017-09-27 14:19:31 +02:00
krish7919 (Krish)
a72f971ed2 Documenting the use of ConfigMap and Secret in deployment 2017-09-22 09:59:30 +02:00
Ahmed Muawia Khan
06d5e32d09 Merge pull request #1749 from bigchaindb/single-node-automation
Automation for single node deployment for quickstart
2017-09-19 16:56:59 +02:00
Troy McConaghy
2f38f81ea9 Merge pull request #1747 from bigchaindb/docs/link-to-new-java-driver
Added link to new Java driver in the docs
2017-09-18 17:57:14 +02:00
muawiakh
4235618522 Addressing comments
- support public_network for vagrant box
- using python3-5 for centos based installations
- Revisiting docs.
  - More changes will be incorporated in another PR.
- Parameterize MongoDB host mount path for docker deployments
2017-09-18 15:59:49 +02:00
Troy McConaghy
3cbdc15e91 Only list the new Java driver in the docs 2017-09-14 17:29:23 +02:00
muawiakh
f2e1b4ac80 Automation for single node deployment for quickstart
- Change consists of two deployment models:
  - Using Vagrant(single node, with/without docker)
  - Using Ansible(single node, with/without docker)
- Updated quickstart documentation.
- Some WIP comments, which will be addressed later. Depending on the
  requirements.
2017-09-14 14:00:13 +02:00
krish7919 (Krish)
42b1233834 Doc fixes as per comments 2017-09-13 15:54:09 +02:00
krish7919 (Krish)
197a18e0bb Use Tectonic for Kubernetes 2017-09-13 15:54:09 +02:00
Troy McConaghy
3b40dcc197 Added link to new Java driver in the docs 2017-09-12 22:12:12 +02:00
krish7919 (Krish)
5fbc3f4a6c Steps to restore from backup 2017-09-07 11:00:03 +02:00
Krish
2e40ad96f2 Minor fixes to k8s setup (#1735)
* Fix typo in docs

* Minor documentation fixes.

* Update mongodb monitoring agent to latest version.

* Update mongodb backup agent to latest version.

* Bugfix in mongodb backup agent.
2017-08-31 16:57:41 +02:00
Troy McConaghy
3c1c72f078 Added link to Ruby Gem by @nileshtrivedi
I added a link to the *bigchaindb* Ruby Gem by @nileshtrivedi 
on the *Drivers & Tools* page.
2017-08-31 15:06:09 +02:00
Tom Carchrae
6271e4f674 persist mongo data between system restarts (don't use /tmp) (#1731) 2017-08-30 18:29:54 +02:00
Muawia Khan
e446c31a41 More changes to multi-node deployment guide
- Integrating changes suggested by Krish.
- Addressing comments on initial commit.
2017-08-16 13:22:09 +02:00
Muawia Khan
0cf46b331f Verify and fix BDB multi node deployment guide
- Documentation support to add a new BDB node to an existing
  replica set, using x.509 certificates and SSL/TSL connections, across
  geographically dispersed clusters.
- Fix some documentation issues and add more references i.e.
  specifically about signing of MongoDB member certificates.
- Minor fixes for nginx-https-dep.yaml(invalid configMap var)
- Reconfigure nginx keep_alive between MongoDB front and backend ports.
- Editor removed whitespaces
2017-08-16 10:27:17 +02:00