Skip to content

Tag: cli

  • 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 and the MongoDB shell environment to interact with the DB server. You can see the Running MongoDB using Docker and Installing MongoDB Shell (Mongosh) on Windows posts in this blog as references. Connecting to DB For example: mongosh 127.0.0.1:27017 –username root –password changeme . You should enter the mongo shell … 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