Skip to content

Commit

Permalink
update links: ovrclk -> akash-network; net branch master -> main (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
andy108369 authored Jul 28, 2023
1 parent 3531a00 commit c5f7783
Show file tree
Hide file tree
Showing 53 changed files with 223 additions and 223 deletions.
8 changes: 4 additions & 4 deletions akash-nodes/akash-node-deployment-via-omnibus.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ If you have not used Cloudmos Deploy previously, please use [this guide](https:/

![](<../.gitbook/assets/manifestSelectInitial (1).png>)

* Copy and paste the SDL from [this site](https://github.com/ovrclk/cosmos-omnibus/blob/master/akash/deploy.yml) into the Cloudmos SDL editor window
* Copy and paste the SDL from [this site](https://github.com/akash-network/cosmos-omnibus/blob/master/akash/deploy.yml) into the Cloudmos SDL editor window
* **NOTE -** the SDL within GitHub currently has a storage > size value of 120Gi. Omnibus uses a compressed snapshot of the blockchain and when expanded 120GB of storage for the deployment will not be enough. At the time of this writing adjusting the storage size to 350GB will suffice and allow some growth. Please adjust the storage appropriately and as shown in the screenshot below.

![](../.gitbook/assets/sdlWithStorageAdjustment.png)
Expand Down Expand Up @@ -119,15 +119,15 @@ With the install of the Akash node complete, it must sync with the blockchain. O

### Cosmos Omnibus Repository

* The repository for the [Akash Cosmos Omnibus ](https://github.com/ovrclk/cosmos-omnibus)project.
* The repository for the [Akash Cosmos Omnibus ](https://github.com/akash-network/cosmos-omnibus)project.

### Akash SDL

* The Akash manifest/SDL used in this [guide](https://github.com/ovrclk/cosmos-omnibus/blob/master/akash/deploy.yml).
* The Akash manifest/SDL used in this [guide](https://github.com/akash-network/cosmos-omnibus/blob/master/akash/deploy.yml).

### Chain JSON Config File

* The [config file](https://raw.githubusercontent.com/ovrclk/net/master/mainnet/meta.json) used for the genesis URL, seed nodes, etc.
* The [config file](https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json) used for the genesis URL, seed nodes, etc.

### Cosmos Chain Registry

Expand Down
2 changes: 1 addition & 1 deletion akash-nodes/public-rpc-nodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ https://akash-rpc.polkachu.com:443
## RPC Node Repo

* The list of public RPC nodes recommended at the time of this writing are listed in the Available Nodes section
* While we seek to ensure that this documentation is always up to date, visit the [`Akash RPC list` ](https://raw.githubusercontent.com/ovrclk/net/master/mainnet/rpc-nodes.txt)in our GitHub repo for possible recent additions
* While we seek to ensure that this documentation is always up to date, visit the [`Akash RPC list` ](https://raw.githubusercontent.com/akash-network/net/main/mainnet/rpc-nodes.txt)in our GitHub repo for possible recent additions
2 changes: 1 addition & 1 deletion akash-nodes/run-an-akash-node/additional-information.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Akash Node configurations are found within these files:

## Akash Networks

Within this guide the Akash mainnet is used and as specified in the AKASH\_NET value. To launch a node on the testnet or edgenet and for additional network information, use this [guide](https://github.com/ovrclk/net).
Within this guide the Akash mainnet is used and as specified in the AKASH\_NET value. To launch a node on the testnet or edgenet and for additional network information, use this [guide](https://github.com/akash-network/net).

## State Pruning

Expand Down
58 changes: 29 additions & 29 deletions command-line/cli-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,35 +14,35 @@ The Akash command line utility

Below are links to the top level commands. Click one of the links to see the available commands.

* [provider-services](https://github.com/ovrclk/docs/blob/master/cli/provider-services.md) -
* [provider-services add-genesis-account](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_add-genesis-account.md) - Add a genesis account to genesis.json
* [provider-services auth-server](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_auth-server.md) - Run the authentication server to issue JWTs to tenants
* [provider-services collect-gentxs](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_collect-gentxs.md) - Collect genesis txs and output a genesis.json file
* [provider-services debug](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_debug.md) - Tool for helping with debugging your application
* [provider-services events](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_events.md) - Prints out akash events in real time
* [provider-services hostname-operator](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_hostname-operator.md) - kubernetes operator interfacing with k8s nginx ingress
* [provider-services init](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_init.md) - Initialize private validator, p2p, genesis, and application configuration files
* [provider-services ip-operator](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_ip-operator.md) - kubernetes operator interfacing with Metal LB
* [provider-services keys](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_keys.md) - Manage your application's keys
* [provider-services lease-events](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_lease-events.md) - get lease events
* [provider-services lease-logs](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_lease-logs.md) - get lease logs
* [provider-services lease-shell](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_lease-shell.md) - do lease shell
* [provider-services lease-status](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_lease-status.md) - get lease status
* [provider-services migrate](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_migrate.md) -
* [provider-services migrate-endpoints](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_migrate-endpoints.md) - migrate endpoints between deployments on the same provider
* [provider-services migrate-hostnames](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_migrate-hostnames.md) - migrate hostnames between deployments on the same provider
* [provider-services node](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_node.md) - operations with akash RPC node
* [provider-services operator](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_operator.md) - kubernetes operators control
* [provider-services query](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_query.md) - Querying subcommands
* [provider-services run](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_run.md) - run akash provider
* [provider-services run-resource-server](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_run-resource-server.md) - Run the resource server which authenticates tenants based on JWT before providing access to resources
* [provider-services send-manifest](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_send-manifest.md) - Submit manifest to provider(s)
* [provider-services service-status](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_service-status.md) - get service status
* [provider-services show-cluster-ns](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_show-cluster-ns.md) - print cluster namespace for given lease ID
* [provider-services status](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_status.md) - get provider status
* [provider-services tx](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_tx.md) - Transactions subcommands
* [provider-services validate-genesis](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_validate-genesis.md) - validates the genesis file at the default location or at the location passed as an arg
* [provider-services version](https://github.com/ovrclk/docs/blob/master/cli/provider-services\_version.md) - Print the application binary version information
* [provider-services](https://github.com/akash-network/docs/blob/master/cli/provider-services.md) -
* [provider-services add-genesis-account](https://github.com/akash-network/docs/blob/master/cli/provider-services\_add-genesis-account.md) - Add a genesis account to genesis.json
* [provider-services auth-server](https://github.com/akash-network/docs/blob/master/cli/provider-services\_auth-server.md) - Run the authentication server to issue JWTs to tenants
* [provider-services collect-gentxs](https://github.com/akash-network/docs/blob/master/cli/provider-services\_collect-gentxs.md) - Collect genesis txs and output a genesis.json file
* [provider-services debug](https://github.com/akash-network/docs/blob/master/cli/provider-services\_debug.md) - Tool for helping with debugging your application
* [provider-services events](https://github.com/akash-network/docs/blob/master/cli/provider-services\_events.md) - Prints out akash events in real time
* [provider-services hostname-operator](https://github.com/akash-network/docs/blob/master/cli/provider-services\_hostname-operator.md) - kubernetes operator interfacing with k8s nginx ingress
* [provider-services init](https://github.com/akash-network/docs/blob/master/cli/provider-services\_init.md) - Initialize private validator, p2p, genesis, and application configuration files
* [provider-services ip-operator](https://github.com/akash-network/docs/blob/master/cli/provider-services\_ip-operator.md) - kubernetes operator interfacing with Metal LB
* [provider-services keys](https://github.com/akash-network/docs/blob/master/cli/provider-services\_keys.md) - Manage your application's keys
* [provider-services lease-events](https://github.com/akash-network/docs/blob/master/cli/provider-services\_lease-events.md) - get lease events
* [provider-services lease-logs](https://github.com/akash-network/docs/blob/master/cli/provider-services\_lease-logs.md) - get lease logs
* [provider-services lease-shell](https://github.com/akash-network/docs/blob/master/cli/provider-services\_lease-shell.md) - do lease shell
* [provider-services lease-status](https://github.com/akash-network/docs/blob/master/cli/provider-services\_lease-status.md) - get lease status
* [provider-services migrate](https://github.com/akash-network/docs/blob/master/cli/provider-services\_migrate.md) -
* [provider-services migrate-endpoints](https://github.com/akash-network/docs/blob/master/cli/provider-services\_migrate-endpoints.md) - migrate endpoints between deployments on the same provider
* [provider-services migrate-hostnames](https://github.com/akash-network/docs/blob/master/cli/provider-services\_migrate-hostnames.md) - migrate hostnames between deployments on the same provider
* [provider-services node](https://github.com/akash-network/docs/blob/master/cli/provider-services\_node.md) - operations with akash RPC node
* [provider-services operator](https://github.com/akash-network/docs/blob/master/cli/provider-services\_operator.md) - kubernetes operators control
* [provider-services query](https://github.com/akash-network/docs/blob/master/cli/provider-services\_query.md) - Querying subcommands
* [provider-services run](https://github.com/akash-network/docs/blob/master/cli/provider-services\_run.md) - run akash provider
* [provider-services run-resource-server](https://github.com/akash-network/docs/blob/master/cli/provider-services\_run-resource-server.md) - Run the resource server which authenticates tenants based on JWT before providing access to resources
* [provider-services send-manifest](https://github.com/akash-network/docs/blob/master/cli/provider-services\_send-manifest.md) - Submit manifest to provider(s)
* [provider-services service-status](https://github.com/akash-network/docs/blob/master/cli/provider-services\_service-status.md) - get service status
* [provider-services show-cluster-ns](https://github.com/akash-network/docs/blob/master/cli/provider-services\_show-cluster-ns.md) - print cluster namespace for given lease ID
* [provider-services status](https://github.com/akash-network/docs/blob/master/cli/provider-services\_status.md) - get provider status
* [provider-services tx](https://github.com/akash-network/docs/blob/master/cli/provider-services\_tx.md) - Transactions subcommands
* [provider-services validate-genesis](https://github.com/akash-network/docs/blob/master/cli/provider-services\_validate-genesis.md) - validates the genesis file at the default location or at the location passed as an arg
* [provider-services version](https://github.com/akash-network/docs/blob/master/cli/provider-services\_version.md) - Print the application binary version information

## Common Command Usage and Examples

Expand Down
4 changes: 2 additions & 2 deletions command-line/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ v0.1.0
{% tab title="Linux" %}
### Linux

Download the archive for your system from the [release page](https://github.com/ovrclk/akash/releases), extract it, and install the `akash` binary into your path.
Download the archive for your system from the [release page](https://github.com/akash-network/node/releases), extract it, and install the `akash` binary into your path.

**GoDownloader**

Expand All @@ -81,7 +81,7 @@ Installing Akash suite from source
```
$ go get -d github.com/akash-network/provider
$ cd $GOPATH/src/github.com/akash-network/provider
$ AKASH_NET="https://raw.githubusercontent.com/ovrclk/net/master/mainnet"
$ AKASH_NET="https://raw.githubusercontent.com/akash-network/net/main/mainnet"
$ AKASH_VERSION="$(curl -s https://api.github.com/repos/akash-network/provider/releases/latest | jq -r '.tag_name')"
$ git checkout "v$AKASH_VERSION"
$ make deps-install
Expand Down
2 changes: 1 addition & 1 deletion command-line/shell-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Note it is important to type the commands into a terminal where the variables ha
| ----------------------- | ------------------------------------------------------------------------------------------------------------------- |
| `AKASH_NET` | Akash network configuration base URL. |
| `AKASH_VERSION` | Akash version to install for your network. |
| `AKASH_CHAIN_ID` | Chain ID of the Akash network for [IBC](https://github.com/ovrclk/docs/blob/master/cli/broken-reference/README.md). |
| `AKASH_CHAIN_ID` | Chain ID of the Akash network for [IBC](https://github.com/akash-network/docs/blob/master/cli/broken-reference/README.md). |
| `AKASH_NODE` | Akash RPC endpoint URL and port number. |
| `AKASH_KEY_NAME` | Key name of your choosing. This documentation uses a value of "alice". |
| `AKASH_KEYRING_BACKEND` | Keyring backend to use for local keys. One of `os` (default), `file`, `test`. |
Expand Down
2 changes: 1 addition & 1 deletion decentralized-cloud/marketplace.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Contents:

The Akash Marketplace revolves around [Deployments](marketplace.md#deployment), which fully describe the resources that a tenant is requesting from the network. [Deployments](marketplace.md#deployment) contain [Groups](marketplace.md#group), which is a grouping of resources that are meant to be leased together from a single provider.

Deploying applications onto [Akash](https://github.com/ovrclk/akash) involves two types of users:
Deploying applications onto [Akash](https://github.com/akash-network/node) involves two types of users:

1. The **Tenant**: the entity that deploys the application.
2. The **Provider**: the entity that hosts the application.
Expand Down
2 changes: 1 addition & 1 deletion deploy/chia-on-akash.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Please wait up to 60 seconds to see bids from all the providers.

1. Install [Keplr](https://chrome.google.com/webstore/detail/keplr/dmkamcknogkgcdfhhbddcghachkejeap?hl=en) wallet as a browser plugin
2. Install [Cloudmos Deploy](https://cloudmos.io/cloud-deploy) and import your AKT wallet address from Keplr.
3. [Fund your wallet](https://github.com/ovrclk/awesome-akash/tree/chia/chia#Quickest-way-to-get-more-AKT)
3. [Fund your wallet](https://github.com/akash-network/awesome-akash/tree/chia/chia#Quickest-way-to-get-more-AKT)

For additional help we recommend you [follow our full deployment guide](broken-reference) in parallel with this guide.

Expand Down
2 changes: 1 addition & 1 deletion deploy/mine-raptoreum-on-akash-network.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Welcome [**Raptoreum**](https://raptoreum.com) \*\*\*\* miners! [**Akash**](http

1. Install [**Keplr**](https://chrome.google.com/webstore/detail/keplr/dmkamcknogkgcdfhhbddcghachkejeap?hl=en) \*\*\*\* wallet as a browser plugin
2. Install [**Cloudmos Deploy**](https://cloudmos.io/cloud-deploy) \*\*\*\* and import your AKT wallet address from Keplr
3. [**Fund your wallet**](https://github.com/ovrclk/awesome-akash/blob/raptoreum/raptoreum-miner/README.md#Quickest-way-to-get-more-AKT)
3. [**Fund your wallet**](https://github.com/akash-network/awesome-akash/blob/raptoreum/raptoreum-miner/README.md#Quickest-way-to-get-more-AKT)

For additional help we recommend you [**follow our full deployment guide**](https://docs.akash.network/guides/deploy) \*\*\*\* in parallel with this guide.

Expand Down
6 changes: 3 additions & 3 deletions deploy/multi-tier-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ In this guide, we will deploy a multi-tier web application on Akash. The example

### Before We Begin

This guide is to be considered an extension of the [Deploy an Application](https://github.com/ovrclk/docs/blob/master/deploy/broken-reference/README.md) guide. Please ensure you have successfully completed all steps leading up to the "Create the Deployment Configuration" step in said guide, as they will not be discussed here.
This guide is to be considered an extension of the [Deploy an Application](https://github.com/akash-network/docs/blob/master/deploy/broken-reference/README.md) guide. Please ensure you have successfully completed all steps leading up to the "Create the Deployment Configuration" step in said guide, as they will not be discussed here.

## Create the Deployment Configuration

Expand Down Expand Up @@ -153,7 +153,7 @@ profiles:

The `profiles` entries contain named compute and placement profiles to be used in the deployment.

Since we have 2 services to deploy, details for each of them must be specified here. This section is very similar to a standard deployment, so it won't be covered in detail here. An important item to note, however, is that the named compute/placement profiles here (`redis` and `goosebin`) must match the names we had specified in the `services` section. [Additional mappings](https://github.com/ovrclk/docs/tree/a8e7a472b43ec742a03bc5063f6c5a82ca3ca2ea/sdl/README.md#profiles) can also be specified within `profiles` such as audited attributes and data center attributes.
Since we have 2 services to deploy, details for each of them must be specified here. This section is very similar to a standard deployment, so it won't be covered in detail here. An important item to note, however, is that the named compute/placement profiles here (`redis` and `goosebin`) must match the names we had specified in the `services` section. [Additional mappings](https://github.com/akash-network/docs/tree/a8e7a472b43ec742a03bc5063f6c5a82ca3ca2ea/sdl/README.md#profiles) can also be specified within `profiles` such as audited attributes and data center attributes.

#### Deployments

Expand All @@ -175,7 +175,7 @@ Similar to the `profiles` entries, we must specify deployment criteria for both

#### Deployment

Now that we have the SDL configured, let's deploy this application and see what happens. A more detailed guide on this process can be found in the [Deploy an Application](https://github.com/ovrclk/docs/blob/master/deploy/broken-reference/README.md) guide.
Now that we have the SDL configured, let's deploy this application and see what happens. A more detailed guide on this process can be found in the [Deploy an Application](https://github.com/akash-network/docs/blob/master/deploy/broken-reference/README.md) guide.

**Create the Deployment**

Expand Down
2 changes: 1 addition & 1 deletion deploy/unstoppable-web-2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ You can now **visit** [**http://localhost:3000**](http://localhost:3000) in the
**Akash**
* [Akash deployment documentation](https://docs.akash.network/guides/deploy)
* [SDL examples](https://github.com/ovrclk/awesome-akash)
* [SDL examples](https://github.com/akash-network/awesome-akash)
* [In-depth walkthrough guide](https://medium.com/coinmonks/guide-to-deploying-applications-to-akash-decloud-b35dc97e5ca4)
* [Akash Discord](https://discord.com/invite/DxftX67)
Expand Down
Loading

0 comments on commit c5f7783

Please sign in to comment.