{% extends "base.html" %} {% block title %}Bootstrapping instructions{% endblock %} {% block content %}
You can install Murfey on a network-isolated client by running the following commands:
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 %}