1312 Commits

Author SHA1 Message Date
troymc
1ab3344099 fixed merge conflict in .gitignore 2016-08-18 14:17:42 +02:00
Troy McConaghy
025b5cc15d Merge pull request #567 from bigchaindb/feat/556/bring-your-own-ssh-keypair-for-aws
AWS users now generate their own SSH key pair
2016-08-18 13:53:51 +02:00
Troy McConaghy
2cd799a121 Merge pull request #573 from bigchaindb/bug/438/fix-docstring-in-is-valid-transaction
Fixed docstring in is_valid_transaction()
2016-08-18 13:26:36 +02:00
Troy McConaghy
ddb80462b6 Fixed docstring in is_valid_transaction()
Fixes #438
2016-08-18 10:42:16 +02:00
troymc
7a2c5bb202 Did a minor refactoring of the .tf files 2016-08-18 09:16:18 +02:00
troymc
9243e9b468 Tell Codecov to ignore ntools/* 2016-08-17 21:03:47 +02:00
troymc
7a4dcb07d4 docs: added page about using Terraform to provision a one-machine node on AWS 2016-08-17 20:45:42 +02:00
troymc
a3194c475a Set instance key_name to value of new variable 2016-08-17 20:44:49 +02:00
Troy McConaghy
dcb2b6bb39 We now use Sphinx, not Apiary, to document REST APIs (#571)
This change happened a while ago, but I just noticed that we didn't update the README.md file in /docs.
2016-08-17 18:09:45 +02:00
Troy McConaghy
d633d91ae5 Updated LICENSES.md (#570)
The main change we made was to move the responsibility of stating code licenses to the respective repositories.
2016-08-17 17:52:51 +02:00
troymc
85abe24c57 docs: Updated AWS Setup & AWS test cluster depl. docs: generate your own SSH key 2016-08-17 14:03:17 +02:00
troymc
5735e554bc Updated .gitignore for files added & removed 2016-08-17 14:01:52 +02:00
troymc
329cf9cf81 Make all fabfile.py use the SSH key path in ssh_key.py 2016-08-17 14:00:59 +02:00
troymc
877bd65410 Make launch_ec2_nodes.py read & use SSH_KEY_NAME, and write ssh_key.py 2016-08-17 13:59:56 +02:00
troymc
402463c225 Make awsdeploy.sh read & use SSH_KEY_NAME 2016-08-17 13:59:00 +02:00
troymc
ae9a72bfd2 Added SSH_KEY_NAME to example_deploy_conf.py 2016-08-17 13:57:54 +02:00
troymc
9a6e02ab16 initial Terraform configuration for one-machine node 2016-08-16 17:11:37 +02:00
troymc
f75fc5e80c removed placeholder 2016-08-16 09:53:47 +02:00
troymc
0afabc324c docs: adding to prod. node setup steps 2016-08-15 19:56:53 +02:00
troymc
d222a848bc Added mapping of aws_region -> recent Ubuntu AMIs 2016-08-15 19:53:44 +02:00
troymc
903029b1a7 add placeholder 2016-08-15 18:20:17 +02:00
vrde
ebe21e5907
Merge branch 'refactor-multiprocessing-for-vote' 2016-08-15 17:03:51 +02:00
vrde
702fbe693f
Merge branch 'master' into refactor-multiprocessing-for-vote 2016-08-15 16:25:06 +02:00
troymc
b3d39fc6bc Updated ntools/README.md 2016-08-15 14:43:24 +02:00
troymc
4ad0c2b44d docs: removed CM agent as potential node component 2016-08-15 14:25:39 +02:00
troymc
7295a813d7 let git track Terraform state files 2016-08-15 14:16:20 +02:00
troymc
984b5968cd docs: added page about installing Terraform 2016-08-15 14:04:35 +02:00
troymc
d1143024d6 Merge remote-tracking branch 'origin/master' into feat/540/provision-prod-node-aws 2016-08-15 13:17:26 +02:00
troymc
e3df8bdb25 Added terraform.tfstate* files to .gitignore 2016-08-15 13:16:51 +02:00
Troy McConaghy
d75701e554 Merge pull request #539 from bigchaindb/revise-prod-node-docs-re-new-strategy
Documentation Revisions
2016-08-15 12:01:27 +02:00
vrde
0f86a8afdf
Merge remote-tracking branch 'origin/remove-revert-delete' 2016-08-15 11:49:20 +02:00
troymc
571b32482e Added pnode/ directory and a README.md to explain it 2016-08-15 10:24:53 +02:00
ryan
6e279da9d4 remove block delete reverter 2016-08-12 11:21:03 +02:00
Troy McConaghy
5400427b80 Merge pull request #537 from Kentoseth/feat/525/installing-with-lxd
Added instructions for LXC/LXD containers
2016-08-10 22:57:34 +02:00
Moe
d8f2dcfbb9 Fixed the typos of the name of "BigchainDB" 2016-08-10 21:28:55 +02:00
troymc
51f27269f5 docs: revised prod. node docs; moving away from Chef 2016-08-10 15:06:29 +02:00
troymc
7050d6fc06 docs: moved testing-cluster-specific AWS setup instructions from Appendices to the page about deploying a testing cluster on AWS 2016-08-10 10:25:10 +02:00
troymc
f2cf0135e2 docs: fixed broken link to Configuration Settings page 2016-08-10 10:23:14 +02:00
troymc
725b12a087 docs: added note about AWS OpsWorks 2016-08-10 09:53:45 +02:00
troymc
a9138dfa7c docs: new docs about Chef Server setup: in general and on AWS 2016-08-09 17:30:30 +02:00
Troy McConaghy
1c8c65ee1a Merge pull request #532 from bigchaindb/refactor-docs-to-prep-for-prod-node-docs
Many revisions to the docs laying groundwork for some big upcoming changes
2016-08-09 10:03:50 +02:00
troymc
1a766fac55 docs: updated the list of Linux distros that BigchainDB devs use 2016-08-09 09:57:01 +02:00
client
75f90ee140 Added instructions for LXC/LXD containers
- Added an install-with-lxd.md file
- Modified the index.rst file to include reference to this document
2016-08-09 01:26:12 +02:00
troymc
581b8d5a1b docs: clarify what we mean by the 'machines' in a node 2016-08-08 18:45:58 +02:00
troymc
a94e1635ec docs: started prod node setup & mgmt section 2016-08-08 18:29:31 +02:00
troymc
2cd796349c docs: bolierplate for prod node setup & mgmt section 2016-08-08 18:28:31 +02:00
troymc
b3689ea0c9 docs: renamed deploy-on-aws to aws-testing-cluster 2016-08-08 18:16:41 +02:00
troymc
40b5c9746d docs: edited pointer to dev/test node setup in Introduction 2016-08-08 18:01:27 +02:00
troymc
478f587f1a docs: Fixed the links in README.md 2016-08-08 17:56:43 +02:00
troymc
608d75dfaa docs: moved run-with-docker.md to the Appendices 2016-08-08 17:54:38 +02:00