Deploy
A tool for deploying applications on the Akash Network
Install / Use
/learn @ovrclk/DeployREADME
Deploy
NOTE: :dragon: WIP :dragon: Please :dragon: Open :dragon: Issues :dragon: You :dragon: Find :dragon:
deploy is a command line client for deploying applications on the Akash Network. It also contains a full demo environment to help users develop their SDL files for deployment on the live network (test or otherwise).
Requirements
- Go 1.14+ installed and
$GOPATH+$GOBINsetup
Creating your first Akash application
The following commands will deploy your first akash application on the testnet:
# First, if you haven't, install the `deploy` binary
make install
# Next, generate the configuration file for the testnet
deploy init testnet-v4 http://rpc.akashtest.net:26657
# Create a private key for your deployments...
deploy key-add
# ...get the address for the key you just created...
deploy address
# ...and take it to the faucet: https://akash.vitwit.com/faucet
# when you have tokens, you will see them using the balance command
deploy balance
# Once you have some testnet `akash` you can start deploying apps!
# Try the `sample.yaml` file in the root of the repo...
deploy create sample.yaml
Related Skills
tmux
346.8kRemote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
diffs
346.8kUse the diffs tool to produce real, shareable diffs (viewer URL, file artifact, or both) instead of manual edit summaries.
terraform-provider-genesyscloud
Terraform Provider Genesyscloud
blogwatcher
346.8kMonitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI.
