Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.29 KB

Windows.md

File metadata and controls

25 lines (21 loc) · 1.29 KB

Running Assumer on Windows

This document is a work in progress

  1. Download Ruby 2.2.* from http://rubyinstaller.org/downloads/
  2. Build the Assumer gem
  3. Install the gem. Open a cmd.exe window and type gem install , then drag-and-drop the gem file into the window and press enter.
  1. Download CACERT.PEM to allow SSL communications from http://curl.haxx.se/ca/cacert.pem
  2. Open Command Prompt and run
  • set AWS_ACCESS_KEY_ID=AKIA_ACCESS_KEY_HERE
  • set AWS_SECRET_ACCESS_KEY=5_SECRET_KEY_HERE_J
  • set SSL_CERT_FILE=c:\path\to\where\you\saved\cacert.pem
  1. Now you can run assumer commands in the terminal window

If you do not need to use the GUI, you can skip the steps involving cacert.pem and enable the [AWS bundled certificates](/docs /Options.md#enable-aws-bundled-ca-certificate)