Skip to content

Accessing Meteor provided build machines from Windows

Sashko Stubailo edited this page Mar 23, 2015 · 1 revision

On Mac and Linux, the meteor command line tool assumes that the ssh command line tool, used to make secure connections to other computers, is always present. On Windows, this tool needs to be installed. Below are listed two options for setting it up and using it.

1. Using Cygwin (Unix tools on Windows)

The easiest way to get up and running is to install Git for Windows from this download page, and select "Use Git and optional Unix tools from the Windows Command Prompt" as in the screenshot below.

Screenshot of Git for Windows installation step.

After this, meteor admin get-machine <os-architecture> will work exactly as it does on Linux and Mac. Keep in mind that you might need to restart your terminal to get the new commands.

2. Using PuTTY (Advanced)

If you don't want to add Unix commands to your PATH on Windows, you can download a standalone SSH client like PuTTY. Download PuTTY here, then follow the instructions below to get a build machine.

  1. Call meteor admin get-machine <os-architecture> --json
  2. Copy and save the private key from the returned JSON data
  3. Follow the directions here to convert the private key into a format that PuTTY accepts
  4. Enter the hostname, username, and private key into PuTTY, and you're good to go!

This content has all been moved.

Please don't add things here, instead use .md files on github projects (or put it in docs/guide)

Clone this wiki locally