Setup Stacktape
1. Install Stacktape
Copy
iwr https://installs.stacktape.com/windows.ps1 -useb | iex
After the installation is complete, you might need to manually add Stacktape bin folder to PATH environment variable. To do it, follow the instruction printed to the terminal.
2. Configure AWS profile on your system
If you don't have an AWS account, create a new account.
If you don't have an AWS profile configured on your system, follow the configure AWS profile guide.
Copy
stacktape aws-profile:create
3. Install Docker
Some of the Stacktape's features require Docker. To install Docker on your system, you can follow this guide
4. (optional) Install VS code extension
For an improved developer experience, you can install our
VS code extension. It provides
validation, autocompletion, suggestions and more. The name of the extension is Stacktape
.