Skip to content

Tag: windows

  • Published on

    Downloading the installer Go to https://aws.amazon.com/cli and download the installer for Windows machine. Installing through the installer double-click on the installer and do the installation like installing a normal free software with the default setting. Testing the installation You can open a command prompt (CMD) and type the following command to confirm the installation It … Continued

  • Published on

    Downloading Terraform binary Go to https://www.terraform.io/downloads and choose between 386 or Amd64 that suits your machine. I will stick with 386 for the demo I got terraform_1.2.8_windows_386.zip at the time. This archive contain only one file, which is terraform.exe and we will extract it. Extracting the binary to the program files folder Let’s create a … Continued

  • Published on

    Prerequisites Prepare a MongoDB server to test the MongoDB shell installation. You can check the Running MongoDB using Docker post on this site as a reference. Installing through the installer (MSI) Downloading the installer Go to https://www.mongodb.com/try/download/shell and you will find the section the download the installer. Make sure to select the Windows 64-bit MSI … Continued