Troy McConaghy
b3f464de86
Merge pull request #469 from bigchaindb/feat/461/deploy-cluster-on-aws-using-ebs
...
Added ability to deploy test cluster on AWS using EBS for storage
2016-07-28 14:48:34 +02:00
troymc
e17e36a8dd
Docs: make pip3 installation instructions consistent with Docker and AWS
2016-07-25 11:08:58 +02:00
troymc
c0648f7145
Resolved conflicts in fabfile.py
2016-07-22 11:32:47 +02:00
Troy McConaghy
b28a977ab3
Merge pull request #472 from bigchaindb/move-python-server-api-examples
...
Docs: moved The Python Server API by Example under Drivers & Clients
2016-07-20 14:56:23 +02:00
troymc
af6133389b
Docs: moved The Python Server API by Example under Drivers & Clients
2016-07-20 14:13:51 +02:00
troymc
aa056f1946
Merge remote-tracking branch 'origin/master' into feat/461/deploy-cluster-on-aws-using-ebs
2016-07-19 16:01:55 +02:00
troymc
9f4c0dc835
Docs: updated example RethinkDB storage setups page
2016-07-19 15:58:22 +02:00
vrde
6b2d87b53f
Merge branch 'remove-block-number'
2016-07-18 16:50:14 +02:00
ryan
86466725cf
remove block number reference from docs
2016-07-18 15:18:31 +02:00
troymc
9a93f498a5
New AWS depl. configs: USING_EBS, EBS_VOLUME_SIZE, EBS_OPTIMIZED
2016-07-18 11:14:18 +02:00
Troy McConaghy
eedb79e763
Merge pull request #460 from bigchaindb/remove-readthedocs-yml-file
...
Remove readthedocs.yml because it's not helping
2016-07-15 11:58:57 +02:00
troymc
3aa2542d77
Remove readthedocs.yml because it's not helping
2016-07-15 11:51:28 +02:00
Troy McConaghy
009f9ab05f
Merge pull request #459 from bigchaindb/add-name-key-to-readthedocs-yml
...
Add name key to readthedocs.yml
2016-07-15 11:36:13 +02:00
troymc
bcc229b196
Add type key to readthedocs.yml
2016-07-15 11:25:36 +02:00
troymc
10cbc76541
Add name key to readthedocs.yml
2016-07-15 11:22:27 +02:00
Troy McConaghy
7ad4c2b0f3
Merge pull request #456 from bigchaindb/try-another-readthedocs-yml-config
...
readthedocs.yml setup_py_install: true
2016-07-15 11:13:22 +02:00
troymc
618f998752
readthedocs.yml setup_py_install: true
2016-07-15 11:08:22 +02:00
Troy McConaghy
10a1fe6db2
Merge pull request #454 from bigchaindb/minor-edit-to-readthedocs-yml-file
...
requirements.txt -> docs/requirements.txt in readthedocs.yml
2016-07-15 10:55:15 +02:00
troymc
375c636658
readthedocs.yml uses defaults for setup_py_install & pip_install
2016-07-15 10:47:44 +02:00
troymc
29c44c2381
requirements.txt -> docs/requirements.txt in readthedocs.yml
2016-07-15 10:40:33 +02:00
Troy McConaghy
e5fce36514
Merge pull request #453 from bigchaindb/move-readthedocs-yml-to-docs-dir
...
Moved readthedocs.yml from / to /docs
2016-07-15 10:27:20 +02:00
troymc
c69528ad83
Moved readthedocs.yml from / to /docs
2016-07-15 10:05:56 +02:00
Troy McConaghy
c7aa2b1984
Merge pull request #430 from bigchaindb/some-notes-on-assets
...
Docs: Notes on mutable assets & determining asset owners
2016-07-14 15:34:03 +02:00
troymc
ac4912b409
Docs: Added example HTTP API GET response
2016-07-14 13:24:30 +02:00
troymc
7c9efbf321
Make Python docs package reqs consistent between setup.py & requirements.txt
2016-07-14 11:44:28 +02:00
troymc
9c17a6df84
Docs: move HTTP API docs from Apiary to /docs
2016-07-14 11:33:51 +02:00
troymc
b8357c8df0
Add sphinxcontrib-httpdomain extension
2016-07-14 11:32:42 +02:00
Troy McConaghy
8fcae26f7a
Merge pull request #431 from bigchaindb/more-notes-on-RAM
...
Docs: more notes on RAM requirements
2016-07-13 15:48:33 +02:00
troymc
9283a03279
Docs: more notes on RAM requirements
2016-07-13 09:47:01 +02:00
Ryan Henderson
073dcdaa79
Votes table ( #379 )
...
* create votes table and indexes
* initial db call rewrite
* setup votes table in tests
* rewrite election status
* update api tests
* update tests
* bigchaindb set-shards should change 'votes' table too
* Forgot to add change to bigchain.py in last commit
* update test
* move exceptions
* collapse line
* revise test
* remove obsolete test
* remove votelist from blocks
* sharding and replication
* documentation changes
* language change
* more readable assertions
* fix exception
* test exceptions
* remove parameter
* remove loop
2016-07-13 09:40:07 +02:00
troymc
9428230101
Docs: Notes on mutable assets & determining asset owners
2016-07-12 16:18:00 +02:00
Troy McConaghy
9166d306d5
Merge pull request #417 from bigchaindb/docs-on-firewall-setup
...
Docs on firewall setup
2016-07-12 15:08:27 +02:00
Troy McConaghy
d5715ad2b7
Merge pull request #428 from bigchaindb/document-experimental-start-rethinkdb
...
document --experimental-start-rethinkdb
2016-07-11 17:52:49 +02:00
Rodolphe Marques
c6aeddca35
document --experimental-start-rethinkdb
2016-07-11 17:04:57 +02:00
Rodolphe Marques
c91e8f3aca
Document the case in which the env and the command line option are both
...
used
2016-07-11 16:42:32 +02:00
Rodolphe Marques
c10e9f4085
updated documentation about the configuration
2016-07-11 15:58:29 +02:00
Troy McConaghy
693f5605f9
Merge pull request #418 from bigchaindb/some-notes-on-backup
...
Docs: Added two concepts to backup strategies
2016-07-11 10:08:44 +02:00
Troy McConaghy
7cd62ac6a3
Merge pull request #422 from bigchaindb/move-aws-setup-to-appendices
...
Docs: Moved AWS Setup notes to the Appendices
2016-07-11 10:07:31 +02:00
troymc
f66786c592
Docs: note to rebuild indexes when restore backup
2016-07-11 10:03:36 +02:00
troymc
9eef744845
Docs: rm page re local multi-node rethinkdb cluster
2016-07-08 16:27:14 +02:00
troymc
fbc32aa3fd
Docs: Moved AWS Setup to appendices
2016-07-08 10:53:12 +02:00
troymc
d890299392
Docs: added details to the last backup strategy
2016-07-08 10:45:35 +02:00
troymc
a73a294cd7
Docs: Reorganized the firewall setup notes
2016-07-08 10:29:41 +02:00
troymc
12e3ed0842
Docs: Expanded firewall setup notes
2016-07-07 15:41:57 +02:00
Troy McConaghy
3eca26a409
Merge pull request #420 from bigchaindb/ntp-on-amazon-linux-instances
...
Docs: Amazon Linux instances already have NTP set up
2016-07-07 13:14:54 +02:00
troymc
87145d4dbe
Docs: more details about RAM requirements
2016-07-07 10:46:59 +02:00
troymc
aeefe7c325
Docs: Amazon Linux instances already have NTP set up
2016-07-06 11:54:19 +02:00
troymc
079c23eb66
Docs: expanded firewall notes & moved to Appendices
2016-07-06 11:08:39 +02:00
troymc
fb07cc0f3c
Docs: noted RethinkDB would like to add continuous backup
2016-07-06 09:23:09 +02:00
troymc
7e575303e5
Docs: Noted that some snapshots are *incremental*
2016-07-05 17:56:06 +02:00