Getting Started
Let's install dosei, deploy a Dosei cluster and deploy your first web application in under five minutes.
Download and install
Download and install the dosei
CLI on your system using one of the terminal commands below.
# If you have the Homebrew package manager installed, dosei can be installed by running:
brew install doseidotio/tap/dosei
# If not, you can run the install script:
curl -fsSL https://dosei.io/install.sh | sh
Testing your installation
After installing the dosei
CLI, you can test your installation by running the following command:
dosei --version
Use dosei help
to see help text documenting Dosei's flags and usage.