Skip to content

Commit fc901b9

Browse files
committed
Change alphanet -> testnet; add super basic readme
1 parent 2673cbc commit fc901b9

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
# node-cloudformation
2-
Cloudformation scripts for deploying public nodes on AWS
2+
CloudFormation scripts for use along with [node-docker repo](https://github.com/tqtezos/node-docker) and [tezos-updater repo](https://github.com/tqtezos/tezos-updater) to be used for deploying public nodes on AWS.
3+
4+
1. Fork all repositories.
5+
2. Update CloudFormation scripts for tezos-updater and frontnode-standalone to point to your github account (instead of tqtezos) and change testnet to the appropriate branch you want to deploy if you'd like to deploy a mainnet or zeronet node.
6+
3. Follow steps on aws console CloudFormation to deploy in order: VPCs, tezos-updater, frontnode-standalone.
7+

frontnode-standalone.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
NodeGitHubBranch:
5353
Type: String
54-
Default: alphanet
54+
Default: testnet
5555
Description: The branch of the node repo to continuously deploy.
5656

5757
GitHubToken:

tezos-updater.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Parameters:
2121

2222
GitHubBranch:
2323
Type: String
24-
Default: alphanet
24+
Default: testnet
2525
Description: The branch of the repo to continuously deploy.
2626

2727
GitHubToken:

0 commit comments

Comments
 (0)