Skip to content

Commit

Permalink
misc info updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sambukowski committed Oct 18, 2023
1 parent 57cc875 commit 0294f52
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/dusknet/2-local-rollup-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ You can add genesis account(s) to your rollup during configuration.
This is done by `export`ing the additional `ROLLUP_GENESIS_ACCOUNTS` environment variable.

```bash
export ROLLUP_GENESIS_ACCOUNTS=<GENESIS_ADDRESS>:100000000000000000000
export ROLLUP_GENESIS_ACCOUNTS=<GENESIS_ADDRESS>:<BALANCE>
```

You can create an account using
Expand Down
4 changes: 4 additions & 0 deletions docs/dusknet/cloud-rollup-deployment/1-digital-ocean.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ sidebar_position: 1

Deploy your rollup to Digital Ocean.

:::info
The list of local dependencies for the following instructions [can be found here](/docs/dusknet/1-overview.md).
:::

The following assumes you are using [Digital Ocean Kubernetes
(DOKS)](https://www.digitalocean.com/products/kubernetes).

Expand Down
4 changes: 4 additions & 0 deletions docs/dusknet/cloud-rollup-deployment/2-gcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ sidebar_position: 2

Deploy your rollup to GCP.

:::info
The list of local dependencies for the following instructions [can be found here](/docs/dusknet/1-overview.md).
:::

TODO!
11 changes: 6 additions & 5 deletions docs/dusknet/cloud-rollup-deployment/3-azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,18 @@ sidebar_position: 3

Deploy your rollup to Azure.

:::info
The list of local dependencies for the following instructions [can be found here](/docs/dusknet/1-overview.md).
:::

## Create an Azure Account

https://azure.microsoft.com/en-us/free

## Install Azure `az` CLI

https://learn.microsoft.com/en-us/cli/azure/install-azure-cli

```bash
brew update && brew install azure-cli
```
Following the instructions on how to install the cli for your OS here:
- https://learn.microsoft.com/en-us/cli/azure/install-azure-cli

## AKS Quickstart

Expand Down
4 changes: 4 additions & 0 deletions docs/dusknet/cloud-rollup-deployment/4-aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ sidebar_position: 4

Deploy your rollup to AWS.

:::info
The list of local dependencies for the following instructions [can be found here](/docs/dusknet/1-overview.md).
:::

# Astria Prerequisites?

## Create an AWS Account
Expand Down

0 comments on commit 0294f52

Please sign in to comment.