vrde
e7640feaec
Merge branch 'block-publisher-plugin-arch'
2017-08-11 11:24:07 +02:00
vrde
2ee85d6c4a
Update URL to plugin example
2017-08-10 12:04:33 +02:00
Troy McConaghy
dfd6449342
Update cryptography.md
2017-08-09 18:48:44 +02:00
vrde
229a476aa0
Fix typos
2017-08-09 17:38:44 +02:00
vrde
0f139a1999
Fix typo
2017-08-09 16:35:12 +02:00
vrde
05ff9cd61f
Add docs
2017-08-09 16:14:14 +02:00
Krish
3ce4a3d0c3
User service token instead of provider key in threescale-credentials kubernetes secret ( #1717 )
2017-08-09 10:41:51 +02:00
Krish
c2d726d584
Support proper Websocket host and port settings in root API endpoint ( #1715 )
...
* Support proper Websocket host and port settings in root API endpoint
* Documentation change
2017-08-09 09:40:41 +02:00
Krish
3ec4153375
Support for advertised host, port, scheme for Websockets ( #1703 )
...
* Support for advertised host, port, scheme for Websockets
* Update docs
* Add a docstring
* Set env vars in Dockerfile-dev too
2017-08-08 12:04:58 +02:00
Sylvain Bellemare
024d3ada8f
Update docs for docker-compose.rdb.yml change
2017-08-02 17:38:18 +02:00
Troy McConaghy
31c28c5d01
Merge pull request #1691 from bigchaindb/docs/1653/fix-old-http-response-example
...
Replaced old response to Root URL with a description of what to expect
2017-08-02 10:38:19 +02:00
michielmulders
00bbf479ed
Merge pull request #1687 from bigchaindb/michielmulders-fix-verification
...
Update quickstart.md BDB server with verification and note to not close terminal (mongo)
2017-08-01 13:42:03 +02:00
michielmulders
b7426e52b2
Update Quickstart with requested changes
...
addition of 'but'
removal trailing phrase inside parentheses
Url replaced with URL as it's still an acronym so it's written with capital letters
2017-08-01 13:40:38 +02:00
Muawia Khan
64a81b3a2b
Fix and invalid command in k8s production deployment guide
...
- The guide is incorrect and expects and error message in the
nginx with https+3scale integration section:
$ curl -X GET https://<cluster-fqdn>
The above command should not return an error since this workflow is supported.
Updating this to the relevant command that will return the expected response
for sanity checking.
$ curl -X GET http://<cluster-fqdn>:27017
2017-07-25 17:08:55 +02:00
Troy McConaghy
53b15aa723
Merge pull request #1654 from bigchaindb/docs/1615/explain-fulfillment-uri
...
Wrote more about how to calculate a fulfillment string
2017-07-24 16:53:15 +02:00
Troy McConaghy
0f0900102b
Merge pull request #1671 from bigchaindb/docs/log-analytics-setup-via-gui
...
Added docs about OMS logging setup via web browser
2017-07-21 17:18:29 +02:00
Ahmed Muawia Khan
84ff0ad4a5
Merge pull request #1690 from bigchaindb/update-azure-kubernetes-docs
...
Update guide to setup bdb+kubernetes+azure setup
2017-07-21 15:38:16 +02:00
Muawia Khan
b56f8a6213
Update guide to setup bdb+kubernetes+azure setup
...
-- Fixed typos in the guide
-- Fixed some syntax errors in commandline instructions
-- Fixed strucuture of sample jsons
-- Fixed bugs in nginx-https-dep file, it was trying to access
an invalid variable in the configmap.
-- Improved some docs to give more clarity for the user.
Atleast all the issues I faced. :)
2017-07-21 15:01:20 +02:00
Muawia Khan
b4d1554612
Keep minimal number of os-level deps for server quickstart
...
-- Only libffi-dev and libssl-dev are enough for the bdb server
quickstart installation and they pull any dependant packages
recursively via apt.
2017-07-21 14:27:13 +02:00
Troy McConaghy
5125997b2b
Replaced old response to Root URL with a description of what to expect
2017-07-21 12:34:08 +02:00
michielmulders
21142f1ea0
Update quickstart.md with minor details
...
At point D, you start the mongo shell which is listening on port 27017 for incoming connections from BDB.
At point E, you don't mention to open a new terminal because you want to keep the mongo shell alive (or run it in background with addition of '&', however I prefer to see the mongo output). Being stupid me, I shut down the terminal which resulted in not being able to start BDB.
Beside that, I added a verification step to make sure that BDB server is running correctly.
2017-07-20 22:56:36 +02:00
Krish
4c8b0fc828
Healthchecks for NGINX in nginx-http-dep.yaml and dev-setup/nginx-http.yaml ( #1679 )
2017-07-17 18:59:11 +02:00
Krish
e0efc2286a
Simpler MongoDB Instance Configuration in K8s ( #1678 )
...
* Simpler configuration of MongoDB instance in a node
* Update docs for MDB configuration
2017-07-17 17:57:13 +02:00
Krish
9116836e4c
Simpler BigchainDB Instance Configuration in K8s ( #1677 )
...
* Simpler configuration of BigchainDB instance in a node
* Update docs for BDB configuration
* Changes as per @ttmc's comments
2017-07-17 17:29:51 +02:00
Troy McConaghy
3946ab2f43
Merge pull request #1668 from bigchaindb/docs/1651/explain-condition-contents
...
New docs page regarding the contents of a condition
2017-07-17 14:48:03 +02:00
Krish
c640313003
Remove 3scale port number from configs ( #1676 )
...
* Remove 'threescale-api-port' from all configs in node setup
* Update docs - remove references to threescale-api-port
* Fix typo
2017-07-17 14:46:06 +02:00
Krish
b7e13fd087
Secure WebSocket Support ( #1619 )
...
* Remove support for whitelist
* Rename nginx to nginx-api
* Remove websocket support from nginx-api
* Change nginx to nginx-api service
The nginx-api service will proxy requests to the BigchainDB HTTP API.
* Rename ngx-instance-0 to ngx-api-instance-0 in nginx_3scale
* Update nginx-api service base docker image and README
* Add nginx-ws service to support Websocket
* Add config files for simple dev setup
* WS support with split NGINX
* NGINX module as single entrypoint into the cluster.
* Tested HTTP and WS with latest configs
* Openresty as separate service
* Remove upstream api port as configuration parameter
* Changes while testing
* Adding READMEs for nginx-http and nginx-https modules
* Documentation update
* Change 'Openresty' to 'OpenResty'.
2017-07-17 13:46:05 +02:00
Troy McConaghy
f576894b4c
Merge pull request #1652 from bigchaindb/resolve-issue-1649
...
Removed old Terraform & Ansible templates
2017-07-17 12:08:34 +02:00
Troy McConaghy
3c76cd5f77
added docs re OMS logging setup via web browser
2017-07-13 17:21:18 +02:00
Troy McConaghy
d6221b3d78
New docs page re contents of a condition
2017-07-13 12:03:03 +02:00
muawiakh
5526335aab
Minor changes in quickstart guide
...
- Add build-essential and libssl-dev as pre-reqs
for bigchaindb installation
2017-07-12 10:12:11 +02:00
Troy McConaghy
ab2b8aee21
Wrote more about how to calculate a fulfillment string
2017-07-11 13:34:48 +02:00
Troy McConaghy
157e2683de
Removed old Terraform & Ansible templates
2017-07-11 11:07:43 +02:00
Sylvain Bellemare
c80ba6f3b5
Fix mistakenly changed MongoDB version
2017-07-06 14:49:21 +02:00
Rodolphe Marques
5e1480abd7
Fixed broken reference
2017-07-05 10:14:40 +02:00
Troy McConaghy
68b1ed6206
Merge pull request #1621 from bigchaindb/rename-drivers-and-clients-section
...
Renamed 'Drivers & Clients' section 'Drivers & Tools'
2017-07-04 16:31:49 +02:00
Troy McConaghy
9f090f7601
'fulfillment length' --> 'cost' and add link re cost
2017-07-03 17:14:41 +02:00
Krish
ece195ff8d
Deployment changes: ( #1623 )
...
Update MongoDB container tag to `3.0`.
Doc change to reflect bdb-config.bdb-user parameter usage.
Fix typo in configuration.md.
Add BIGCHAINDB_DATABASE_SSL parameter to bigchaindb-dep.yaml for
Kubernetes deployments.
Refer the the `bdb-user` parameter from ConfigMap in
bigchaindb-dep.yaml.
Consolidate all BigchainDB parameter values under the
`bdb-config` ConfigMap.
Remove `bdb-user` from secrets.yaml.
2017-07-03 15:55:43 +02:00
Troy McConaghy
9c96147b23
Merge pull request #1573 from bigchaindb/update-server-docs-re-cc
...
Restructured & Revised the "Inputs and Outputs" Page of the Server Docs for v1.0
2017-07-03 15:28:38 +02:00
Troy McConaghy
e615e28cc4
output --> output_index & removed unneeded para.
2017-07-03 14:52:40 +02:00
Troy McConaghy
46bb1d6d12
Merge pull request #1620 from bigchaindb/edit-steps-15-plus-in-k8s-dep-docs
...
More edits/fixes to k8s deployment docs & bigchaindb-dep.yaml
2017-07-03 14:10:44 +02:00
Troy McConaghy
c24138eb0a
Merge branch 'master' into update-server-docs-re-cc
2017-07-03 09:32:30 +02:00
Troy McConaghy
9ccecd2761
Renamed 'Drivers & Clients' section 'Drivers & Tools'
2017-07-02 11:52:08 +02:00
Troy McConaghy
07b5e0e5da
Formatted & copy-edited steps 16-17.2
2017-07-02 11:23:40 +02:00
Troy McConaghy
4e45932ac3
Clarified some MDB Cloud Manager instructions
2017-06-30 15:54:48 +02:00
Troy McConaghy
97acc4f216
Updated docs re BDB k8s deployment
2017-06-30 15:00:34 +02:00
Troy McConaghy
d99c7069e0
Merge remote-tracking branch 'origin/master' into update-tx-model-docs-page
2017-06-30 13:44:04 +02:00
Krish
dea77d32a5
Add documentation on exposed ports in k8s/nginx ( #1610 )
...
* Add documentation on exposed ports in k8s/nginx
* Clarity on port and targetPort parameters
2017-06-30 13:37:41 +02:00
Troy McConaghy
3dd30365ee
Merge pull request #1614 from bigchaindb/editing-node-on-k8s-page
...
Editing node on k8s page
2017-06-30 10:12:48 +02:00
Troy McConaghy
1fc2c39157
Merge pull request #1567 from bigchaindb/minor-edits-to-config-settings-docs
...
Minor edits to configuration settings docs
2017-06-30 10:09:37 +02:00