{% extends "base.html" %} {% block title %}Bootstrapping instructions{% endblock %} {% block content %}
If you already have a Cygwin install, rename it so that it doesn't get overwritten (something like "[install name]-old").
Download the Cygwin setup executable, and then run the following from a terminal
setup-x86_64.exe -O -R C:\cygwin64 -s {{ request.url.scheme }}://{{ request.url.netloc }}/cygwin -P curl,python3,rsync -q
The Cygwin install sometimes hangs even when it is finished, hit Enter to return to a command prompt.
You can install Murfey on a network-isolated client by running the following commands from a Cygwin terminal:
curl -O {{ request.url.scheme }}://{{ request.url.netloc }}/bootstrap/murfey.whl python murfey.whl/murfey/bootstrap {{ request.url.scheme }}://{{ request.url.netloc }} rm murfey.whl{% endblock %}